Gets or sets the ID of a job to abort.
When calling Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AbortJob(leadtools.services.jobprocessor.datacontracts.abortjobrequest), the cMustAbort column for the specified job is set to 1. The worker assembly is notified to abort a job via calls to the UpdatePercentage method. The job is not actually aborted (job status is set to JobStatus.Aborted) until the worker processing this job calls the SetAbortedStatus method from the worker assembly. For more information, refer to Creating Job Processor Worker Assemblies
.
For an example, refer to Leadtools.Services.JobProcessor.ServiceContracts.IJobService.AbortJob(leadtools.services.jobprocessor.datacontracts.abortjobrequest).