ITaskProcessingJobTDirective Properties |
The ITaskProcessingJobTDirective generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbortJobToken |
Token that signals if the job has been asked to abort.
|
![]() | CancellationMessage |
Message given for task cancellation, if it has been requested.
Typically should be included in final status of the task if it marked canceled.
|
![]() | CancelTaskToken |
Token that signals if task cancellation has been requested.
|
![]() | Directive |
The task directive.
|
![]() | IsJobAbortRequested |
Indicates whether the job has been asked to abort.
|
![]() | IsTaskCancellationRequested |
Indicates whether it has been requested that the job's task is cancelled.
|
![]() | Retries |
The number of times this job has been retried.
|
![]() | TaskInfo |
The application task info.
|
![]() | ThrowOnUpdateBehavior |
Indicates when a call to Update(NullableInt32, String, JObject) should throw.
|
![]() | TransactionMode |
The transaction mode.
|
![]() | Vault |
Vault access.
Transaction scope is determined by the TransactionMode.
|