Click or drag to resize

ClusterJobScheduler.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
public void CancelTask(
	Guid taskId
)

Parameters

taskId
Type: System.Guid
The id of the task to cancel.

Implements

IJobScheduler.CancelTask(Guid)
Exceptions
ExceptionCondition
JobSchedulerExceptionThrown if client is not connected to the job scheduler yet.
See Also

STK Parallel Computing Server 2.10 API for .NET