nn::boss::TaskOption::SetConditional Member Function

Syntax

nn::Result SetConditional(
u8 target,
u32 param1,
u32 param2
);

Arguments

Name Description
in target Specifies a task step ID that has had execution options changed.
in param1 Specifies control parameter 1.
in param2 Specifies control parameter 2.

Return Values

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

Description

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

Revision History

2010/09/16
Initial version.

CONFIDENTIAL