nn::boss::TaskOption::Initialize Member Function

Syntax

nn::Result Initialize(
     void
);

nn::Result Initialize(
     ExecOption exec
);

List of Overloaded Member Functions

Initialize(void) Configures the initial settings for a task option. This initialization makes it possible to reuse objects.
Initialize(ExecOption) Configures the execution options for a task. (Future extensibility)

Description of Initialize(void)

Configures the initial settings for a task option. This initialization makes it possible to reuse objects.

Description of Initialize(ExecOption)

Configures the execution options for a task. (Future extensibility)


CONFIDENTIAL