Codeunit 450 Job Queue Error Handler in 26

App
Base Application
Namespace
System.Threading

Events, 4

Versions171819202122232425262728latest

Source29

Events, 4

KindNameParametersObsolete
Integration eventOnBeforeLogError(var Record Job Queue Log Entry, var Record Job Queue Entry)-
Integration eventOnLogErrorOnAfterJobQueueLogEntryModify(var Record Job Queue Entry)Pending 24.0
Event no longer relevant, it does the exact same as OnAfterLogError() and OnLogErrorOnAfterJobQueueLogEntryFinalizeLogEntry() is obsoleted.
Integration eventOnLogErrorOnAfterJobQueueLogEntryFinalizeLogEntry(var Record Job Queue Entry)Pending 24.0
Event no longer relevant. Log entries should not be inserted if the job queue dispatcher did not manage to run the job.
Integration eventOnAfterLogError(var Record Job Queue Entry, var Record Job Queue Log Entry)-