Codeunit "Job Queue Start Report Base"

ID 9805
Namespace: System.Threading

Properties

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

Methods

RunReport

procedure RunReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")

Parameters

Name Type Description
ReportID Integer
JobQueueEntry Table System.Threading."Job Queue Entry"

Events

OnBeforeRunReport

[IntegrationEvent(False,False)]
local procedure OnBeforeRunReport(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry", var IsHandled: Boolean)

Parameters

Name Type Description
ReportID Integer
JobQueueEntry Table System.Threading."Job Queue Entry"
IsHandled Boolean

OnBeforeRunReportInterface

[IntegrationEvent(False,False)]
local procedure OnBeforeRunReportInterface(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")

Parameters

Name Type Description
ReportID Integer
JobQueueEntry Table System.Threading."Job Queue Entry"

OnAfterRunReportInterface

[IntegrationEvent(False,False)]
local procedure OnAfterRunReportInterface(ReportID: Integer, var JobQueueEntry: Record "Job Queue Entry")

Parameters

Name Type Description
ReportID Integer
JobQueueEntry Table System.Threading."Job Queue Entry"

See also