Codeunit "Job Queue - Send Notification"

ID 454
Namespace: System.Threading

Properties

Name Value
TableNo Table System.Threading."Job Queue Entry"

Methods

SetJobQueueEntryStatusToOnHold

procedure SetJobQueueEntryStatusToOnHold(ModifyOnlyWhenReadOnlyNotification: Notification)

Parameters

Name Type Description
ModifyOnlyWhenReadOnlyNotification Notification

Events

OnAfterRun

[IntegrationEvent(False,False)]
local procedure OnAfterRun(JobQueueEntry: Record "Job Queue Entry", RecordLink: Record "Record Link")

Parameters

Name Type Description
JobQueueEntry Table System.Threading."Job Queue Entry"
RecordLink Table System.Environment.Configuration."Record Link"

OnBeforeRun

[IntegrationEvent(False,False)]
local procedure OnBeforeRun(var JobQueueEntry: Record "Job Queue Entry", var RecordLink: Record "Record Link", var IsHandled: Boolean)

Parameters

Name Type Description
JobQueueEntry Table System.Threading."Job Queue Entry"
RecordLink Table System.Environment.Configuration."Record Link"
IsHandled Boolean

See also