Click or drag to resize

IJobScheduler.CancelTask Method

Cancels the task with the specified id.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
void CancelTask(
	Guid taskId
)

Parameters

taskId
Type: System.Guid
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.10 API for .NET