SendTaskToException
What it does
Sends a task to the Exceptions stage.
Definition
void SendTaskToException( int sessionId, int taskId, string comment, bool needPostprocessing );
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 |
comment | string | A comment to the task |
needPostprocessing | bool | The flag which shows if post-processing is required. Possible values |
Returned value
None.
12.04.2024 18:16:01