Page "Job Queue Entries"

ID 672
Namespace: System.Threading

Schedule, monitor, and manage automated jobs for reports and codeunits, including setting run parameters, recurrence patterns, priorities, and tracking job status or errors.

Properties

Name Value
ApplicationArea #Basic,#Suite
Caption Job Queue Entries
CardPageID Page System.Threading."Job Queue Entry Card"
PageType List
AboutTitle About Job Queue Entries
AboutText Schedule, monitor, and manage automated jobs for reports and codeunits, including setting run parameters, recurrence patterns, priorities, and tracking job status or errors.
SourceTable Table System.Threading."Job Queue Entry"
SourceTableView sorting("Entry No.")
UsageCategory Lists

Events

OnBeforeOnActionRunNow

[IntegrationEvent(False,False)]
local procedure OnBeforeOnActionRunNow(JobQueueEntry: Record "Job Queue Entry"; var IsHandled: Boolean)

Parameters

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

See also