Codeunit 454 Job Queue - Send Notification in 27
- App
- Base Application
- Namespace
- System.Threading
Versions171819202122232425262728latest
Source29
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetJobQueueEntryStatusToOnHold | (Notification) | public | - | |
| SendNotificationWhenJobFailed | () | internal | - | |
| GetJobQueueFailedNotificationId | () | Guid | internal | - |
| GetJobQueueSingleTaskFailedMsg | () | Text | internal | - |
| GetJobQueueMultipleTaskFailedMsg | () | Text | internal | - |
| RestartFailedJob | (Notification) | internal | - | |
| ShowMoreDetailForSingleFailedJob | (Notification) | internal | - | |
| ShowMoreDetailForMultipleFailedJobs | (Notification) | internal | - | |
| DisableNotification | (Notification) | internal | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAfterRun | (Record Job Queue Entry, Record Record Link) | - |
| Integration event | OnBeforeRun | (var Record Job Queue Entry, var Record Record Link, var Boolean) | - |