onExecuting
Moves the state from Enqueued to Executing, indicating that the caller has "taken ownership" of the EnqueuedJob.
If a different caller attempts to invoke onExecuting again, an exception is raised to prevent duplicate executions.
Throws
IllegalStateException
if current state is not Enqueued or isCompleting is true.