Skip to main content

What it does

Allows you to change the task priority.

Definition

void SetTaskPriority( int sessionId, int taskId, int priority );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
taskIDintThe ID of the task whose priority must be changed
priorityintTask priority. See Priority for possible values

Returned value

None.