TaskProcessingJobStatus Properties |
The TaskProcessingJobStatus type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Structured, custom json data summarizing the job progress.
|
![]() | Details |
The free text details summarizing the job progress.
|
![]() | EndedAt |
The time the job finished (not necessarily succeeded).
|
![]() | ErrorMessage |
The message of the last exception that occured while processing the job, if applicable.
|
![]() | LastRetryStarted |
The time the job last retired processing this task.
|
![]() | LastSavedAt |
The time the status was last saved to the vault.
|
![]() | LastUpdatedAt |
The time the status was last updated by the processor.
|
![]() | PercentComplete |
The current progress of the job, as a percentage complete.
|
![]() | ProcessorUpdates |
The number of times the status has been updated by the processor.
|
![]() | RequeuedToTask |
Contains the id of a task that was requeued in place of this one.
|
![]() | ReservedAt |
The time the server reserved the task for processing.
|
![]() | RetryCount |
The number of times the job has retried processing this task.
|
![]() | ServerGuid |
The id of the server processing the task.
|
![]() | ServerName |
The name of the server processing the task.
|
![]() | ServerUpdates |
The number of times the server has saved the progress to the vault.
|
![]() | StackTrace |
The stack trace from the last exception that occured while processing the job, if applicable.
|