Gets or sets a value indicating the date and time a job failed during processing.
A System.DateTime object that represents the date and time a job failed during processing.
This property is only valid if the job status is JobStatus.Failed, indicating the job failed during processing. Use the CompletedTime property to obtain the date and time a job was successfully processed if its status is JobStatus.Completed. A job is considered failed when the worker assembly calls SetFailedStatus and the status is set to JobStatus.Failed.