OpenTask
What it does
Opens a task for further operations on it. All tasks which are not opened by another user at the moment are available. The task gets locked (i.e. other users cannot open it).
Important !You must open a task before performing any operations on it.
Definition
bool OpenTask( int sessionId, int taskId );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
taskId | int | The ID of the task to be opened |
Returned value
Type | Description |
bool | A flag that shows whether the operation was successful or not |
12.04.2024 18:16:03