Codeunit "Job Queue Error Handler"

ID 450
Namespace: System.Threading

Properties

Name Value
Permissions TableData "Job Queue Entry" = rimd, TableData "Job Queue Log Entry" = rm
TableNo Table System.Threading."Job Queue Entry"

Events

OnAfterLogError

[IntegrationEvent(False,False)]
local procedure OnAfterLogError(var JobQueueEntry: Record "Job Queue Entry", var JobQueueLogEntry: Record "Job Queue Log Entry")

Parameters

Name Type Description
JobQueueEntry Table System.Threading."Job Queue Entry"
JobQueueLogEntry Table System.Threading."Job Queue Log Entry"

OnBeforeLogError

[IntegrationEvent(False,False)]
local procedure OnBeforeLogError(var JobQueueLogEntry: Record "Job Queue Log Entry", var JobQueueEntry: Record "Job Queue Entry")

Parameters

Name Type Description
JobQueueLogEntry Table System.Threading."Job Queue Log Entry"
JobQueueEntry Table System.Threading."Job Queue Entry"

See also