Interface Job Queue Report Runner, source in 29
Source29
src/Layers/W1/BaseApp/Modules/System/JobQueue/JobQueueReportRunner.Interface.al6 lines, Copyright (c) Microsoft Corporation. MIT
namespace System.Threading;
interface "Job Queue Report Runner"
{
procedure RunReport(ReportID: Integer; var JobQueueEntry: Record "Job Queue Entry");
}