Codeunit 456 Job Queue Management in 22
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CreateJobQueueEntry | (var Record Job Queue Entry) | public | - | |
| DeleteJobQueueEntries | (Option, Integer) | public | - | |
| StartInactiveJobQueueEntries | (Option, Integer) | public | - | |
| SetJobQueueEntriesOnHold | (Option, Integer) | public | - | |
| SetStatusToOnHoldIfInstanceInactiveFor | (Option, Integer, Option, Integer) | Boolean | public | - |
| SetRecurringJobsOnHold | (Text) | public | - | |
| RunJobQueueEntryOnce | (var Record Job Queue Entry) | public | - | |
| FindStaleJobsAndSetError | () | internal | - | |
| SendForApproval | (var Record Job Queue Entry) | internal | - |