PostponeTask
What it does
Postpones a task to be processed at a later time.
Definition
void PostponeTask( int sessionId, int taskId, 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 postponed |
comment | string | A comment to the postponed task. |
Returned value
None.
12.04.2024 18:16:03