nn::boss::TaskServiceStatus Enumerated Type

Syntax

enum TaskServiceStatus;

Value

Value Description
SERVICE_TERMINATED 0: Service has terminated.
SERVICE_AVAILABLE 1: Service is available.
SERVICE_UNKNOWN 2: The service's status cannot be confirmed.
GET_SERVICE_STATUS_ERROR 3: An error was detected while the service's status was being obtained.
SERVICE_MAX_VALUE (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Constants specifying task service statuses. (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