Skip to main content

What it does

Cancels the processing of a task.

Definition

void CancelTask( int sessionId, int taskId );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
taskIdintThe ID of the task to be canceled

Returned value

None.