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