nn::boss::TaskPriority Enumerated Type

Syntax

enum TaskPriority;

Value

Value Description
PRIORITY_EXPEDITE1 21: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE2 22: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE3 23: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE4 24: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE5 25: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE6 26: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE7 27: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE8 28: Priority setting for the highest-priority tasks.
PRIORITY_EXPEDITE 35: Priority setting for the highest-priority tasks.
PRIORITY_HIGH 80: Priority setting for high-priority tasks.
PRIORITY_MEDIUM 125: Priority setting for medium-priority tasks.
PRIORITY_LOW 170: Priority setting for low-priority tasks.
PRIORITY_LOWEST 215: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST1 221: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST2 222: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST3 223: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST4 224: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST5 225: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST6 226: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST7 227: Priority setting for the lowest-priority tasks.
PRIORITY_LOWEST8 228: Priority setting for the lowest-priority tasks.
PRIORITY_STOPPED 255: 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. (The numeric value at the start of the description for each numerator is the value of that numerator.)

Revision History

2010/09/16
Initial version.

CONFIDENTIAL