Cancellation
How the job handles cancellation while in a state of Executing
See also
Types
Properties
Link copied to clipboard
If true
, allows the public cancel function the ability to set cancellationAttempt while the job is in a state of Executing (i.e. anyone with access to the EnqueuedJob instance may signal for cancellation).
Link copied to clipboard
If true
, cancellationAttempt may be set while the job is in a state of Executing in order to signal that cancellation is desired.
Link copied to clipboard
If this ExecutionPolicy.Cancellation configuration is equal to Cancellation.DEFAULT
Link copied to clipboard
If true
, calls to onError will have their cause replaced with cancellationAttempt if it is set.