IJobSchedulerCancelJob Method |
Cancels the job with the specified id.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax void CancelJob(
Guid jobId,
bool listenForCancellationEvent
)
Sub CancelJob (
jobId As Guid,
listenForCancellationEvent As Boolean
)
Parameters
- jobId
- Type: SystemGuid
The id of the job to cancel. - listenForCancellationEvent
- Type: SystemBoolean
if set to true, client will listen for the cancellation event. Otherwise, cancellation events can be ignored.
Exceptions See Also