EventJobCUDTask.cleanupExecuting Method [AX 2012]

Reads all Executing events without locking for crash recovery.

protected void cleanupExecuting()

Run On

Called

If the executing session is not active, the method checks again with locking and conditionally sets the status back to waiting. Doing this will cause the event to be processed by the next job.

The isSessionActive method is used to determine whether a given session is still running.

Community Additions

ADD
Show: