Interface Job Queue Report Runner
- App
- Base Application
- Namespace
- System.Threading
- Versions
- 27-28
Versions171819202122232425262728
Source29
Source in 29
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");
}