CancelTask
What it does
Cancels the processing of a task.
Definition
void CancelTask( int sessionId, int taskId );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
taskId | int | The ID of the task to be canceled |
Returned value
None.
4/12/2024 6:16:01 PM