Codeunit 456 Job Queue Management in 23
- App
- Base Application
- Namespace
- System.Threading
Versions171819202122232425262728latest
Source29
Procedures, 11
| 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 | - | |
| TooManyScheduledTasksNotification | () | internal | - | |
| TooManyScheduledTasksDocs | (Notification) | internal | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnRunJobQueueEntryOnceOnAfterJobQueueEntryInsert | (Record Job Queue Entry, Record Job Queue Entry) | - |