nn::boss::TaskPriority Enumerated Type

Syntax

enum TaskPriority;

Value

Value Description
PRIORITY_EXPEDITE1 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE2 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE3 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE4 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE5 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE6 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE7 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE8 Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE Priority setting for the highest-priority tasks.
PRIORITY_HIGH Priority setting for high-priority tasks.
PRIORITY_MEDIUM Priority setting for medium-priority tasks.
PRIORITY_LOW Priority setting for low-priority tasks.
PRIORITY_LOWEST Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST1 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST2 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST3 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST4 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST5 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST6 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST7 Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST8 Priority setting for the lowest-priority tasks.
PRIORITY_STOPPED Priority setting for tasks that have been stopped.
PRIORITY_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants specifying task priorities.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL