Gets or sets the progress for a job.
This property is only valid when the status of the job is JobStatus.Started. A job status of JobStatus.Started indicates that the job is currently being processed. The progress is updated when an assembly worker calls the UpdatePercentage method.
For an example, refer to IJobService.GetJobInformation.