Click or drag to resize

IJobSchedulerCancelTask Method

Cancels the task 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 CancelTask(
	Guid taskId
)

Parameters

taskId
Type: SystemGuid
The id of the task to cancel.
Exceptions
ExceptionCondition
JobSchedulerExceptionThrown if client is not connected to the job scheduler yet.
See Also

STK Parallel Computing Server 2.9 API for .NET