Skip to main content

What it does

Sends the entire task to the specified processing stage.

Definition

void SendTask( int sessionId, int taskId, int stageId, string comment );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
taskIdintThe ID of the task to be sent to the Exceptions stage
stageIdintThe ID of the stage to which the task must be sent
commentstringThe text of the comment to the task.

Returned value

None.