Gets or sets the name of the last worker which processed a job.
A System.String that represents the name of the last worker which processed a job.
This property will be valid only if a job has been attempted at least one time. If a job has been attempted more than once this property will return the name of the worker who lasted processed the job.
For an example, refer to IJobService.GetJobInformation.