nn::boss::TaskStatus::GetProperty Member Function

Syntax

Result GetProperty(
     PropertyType type,
     void * pValue,
     size_t size
);

Arguments

Name Description
in type Specifies the property identifier.
out pValue Specifies the value.
in size Specifies the value size.

Return Values

Returns the result of the operation.

Description

Gets a property value from the class. The nnboss::GetTaskStatus function must be called when you want to check the status. Can be used for the following properties.
Identifier type
TASK_STATE_CODE TaskStateCode
TASK_RESULT_CODE TaskResultCode
TASK_COMM_ERROR_CODE u32
TASK_CURRENT_PRIORITY u32
TASK_EXECUTE_COUNT u32
TASK_PENDING_TIME u32
TASK_REMAIN_TIME u32
TASK_START_TIME s64
TASK_PROGRESS u32
TASK_DATA_SIZE u32
TASK_SERVICE_TERMINATED bool
TASK_LAST_MODIFIED_TIME char lastModified[MAX_LASTMODIFIED_LENGTH]
TASK_CURRENT_STEP u8
TASK_STEP_START_TIME s64

Revision History

2010/09/16
Initial version.

CONFIDENTIAL