Skip to main content

What it does

Postpones a task to be processed at a later time.

Definition

void PostponeTask( int sessionId, int taskId, string comment );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
taskIdintThe ID of the task to be postponed
commentstringA comment to the postponed task.

Returned value

None.