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

Syntax

nn::Result Initialize(
ExecOption exec
);

Arguments

Name Description
in exec Specifies the execution options for a task.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultSuccess Initialization successful.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

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


CONFIDENTIAL