SetTaskPriority
What it does
Allows you to change the task priority.
Definition
void SetTaskPriority( int sessionId, int taskId, int priority );
Parameters
Name | Type | Description |
sessionId | int | The ID of the connection to the Application Server |
taskID | int | The ID of the task whose priority must be changed |
priority | int | Task priority. See Priority for possible values |
Returned value
None.
4/12/2024 6:16:02 PM