Skip to main content

What it does

Sends a task to the Exceptions stage.

Definition

void SendTaskToException( int sessionId, int taskId, string comment, bool needPostprocessing );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
taskIdintThe ID of the task to be sent to the Exceptions stage
commentstringA comment to the task
needPostprocessingboolThe flag which shows if post-processing is required. Possible values

Returned value

None.