nn::boss::Task::Initialize Member Functionnn::Result Initialize( const char * pTaskId );
| Name | Description | |
|---|---|---|
| in | pTaskId |
Specifies a task ID. TaskId[TASK_ID_LENGTH] |
Result values listed below. | Value | Description |
|---|---|
Result::IsSuccess |
Initialization successful. |
ResultInvalidTaskId |
The task ID pointer is NULL or a zero-length string. |
| A value other than the above. | Unexpected error (see boss_Result.h for error details). |
Initializes the registered task with the specified task ID. This initialization makes it possible to reuse objects.
CONFIDENTIAL