nn::boss::TaskPriority Enumerated Type

Syntax

enum TaskPriority;

Value

Value Description
PRIORITY_EXPEDITE Setting for the highest-priority tasks.
PRIORITY_HIGH Setting for high-priority tasks.
PRIORITY_MEDIUM Setting for medium-priority tasks.
PRIORITY_LOW Setting for low-priority tasks.
PRIORITY_STOPPED Setting (priority) for tasks that have been stopped.
PRIORITY_MAX_VALUE

Description

Constants specifying task priorities.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL