nn::boss::FgOnlyTask::StartBgImmediate Member Function

Syntax

nn::Result StartBgImmediate(
     void
);

Parameters

None.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
ResultInvalidSequence Sequence error.

Description

Because this class is for immediately executing tasks only, do not use this function when background execution is indicated. An error will result if called.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL