nn::boss::TaskPolicy::SetPriority Member Function

Syntax

nn::Result SetPriority(
     TaskPriority priority
);

Arguments

Name Description
in priority Specifies a task's execution priority.

Return Values

Returns the result of the operation.

Description

Sets a task's execution priority. A task's execution priority is adjusted by the scheduler according to circumstances and settings sent from the server.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL