nn::boss::Task::GetServiceStatus Member Function

Syntax

TaskServiceStatus GetServiceStatus(
     void
);

Parameters

None.

Return Values

Returns the service status of a task.

Description

Gets the service status of a task.

Applications can check a service's status when they detect a notification from the server indicating that the service was discontinued. If the server has not been accessed since the task was registered, the status will be SERVICE_UNKNOWN.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL