Click or drag to resize

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

Parameters

taskId
Type: SystemGuid
The id of the task to cancel.

Implements

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

STK Parallel Computing Server 2.9 API for .NET