SendTask
What it does
Sends the entire task to the specified processing stage.
Definition
void SendTask( int sessionId, int taskId, int stageId, string comment );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
taskId | int | The ID of the task to be sent to the Exceptions stage |
stageId | int | The ID of the stage to which the task must be sent |
comment | string | The text of the comment to the task. |
Returned value
None.
12.04.2024 18:16:02