Codeunit 448 Job Queue Dispatcher in 20

App
Base Application

Procedures, 6Events, 13

Versions171819202122232425262728latest

Source29

Procedures, 6

NameParametersReturnsAccessObsolete
MockTaskScheduler()public-
CalcNextRunTimeForRecurringJob(var Record Job Queue Entry, DateTime)DateTimepublic-
CalcNextRunTimeHoldDuetoInactivityJob(var Record Job Queue Entry, DateTime)DateTimepublic-
CalcNextReadyStateMoment(Record Job Queue Entry)DateTimepublic-
CalcInitialRunTime(var Record Job Queue Entry, DateTime)DateTimepublic-
AddMinutesToDateTime(DateTime, Integer)DateTimepublic-

Events, 13

KindNameParametersObsolete
Integration eventOnBeforeCalcNextRunTimeForRecurringJob(Record Job Queue Entry, DateTime, var DateTime, var Boolean)-
Integration eventOnAfterHandleRequest(var Record Job Queue Entry, Boolean, Integer)Pending 19.0
WasSuccess boolean is always true. In event of error, use OnAfterLogError in JobQueueErrorHandler.
Integration eventOnBeforeHandleRequest(var Record Job Queue Entry)-
Integration eventOnBeforeExecuteJob(var Record Job Queue Entry)-
Integration eventOnAfterExecuteJob(var Record Job Queue Entry, Boolean)Pending 19.0
WasSuccess boolean is always true. In event of error, use OnAfterLogError in JobQueueErrorHandler.
Integration eventOnBeforeRun(var Record Job Queue Entry, var Boolean)-
Integration eventOnCalcNextRunTimeForRecurringJobOnAfterCalcNewRunDateTime(var Record Job Queue Entry, var DateTime, var Boolean)-
Integration eventOnCalcInitialRunTimeOnAfterCalcEarliestPossibleRunTime(var Record Job Queue Entry, var DateTime, var Boolean)-
Integration eventOnBeforeWaitForOthersWithSameCategory(var Record Job Queue Entry, var Record Job Queue Entry, var Boolean, var Boolean)-
Integration eventOnAfterCalcRunTimeForRecurringJob(var Record Job Queue Entry, Boolean, DateTime, var DateTime)-
Integration eventOnAfterSuccessHandleRequest(var Record Job Queue Entry, Integer)-
Integration eventOnAfterSuccessExecuteJob(var Record Job Queue Entry)-
Integration eventOnRescheduleOnBeforeJobQueueEnqueue(var Record Job Queue Entry)-