JobCompleted Property
Indicates the completion status of the job.
Syntax
__property bool JobCompleted[int JobIndex] = {read=FJobCompleted, write=FSetJobCompleted};
Default Value
False
Remarks
Indicates the completion status of the job. By default both incomplete jobs and recently completed jobs are returned when calling ListJobs. See JobCompletionFilter for more options.
The size of the array is controlled by the JobCount property.
This property is read-only and not available at design time.
Data Type
Boolean