nn::boss::Task::UpdateIntervalWithSec Member Function

Syntax

nn::Result UpdateIntervalWithSec(
     u32 intervalSec
);

Arguments

Name Description
in intervalSec Specifies the execution interval. The units are seconds.

Return Values

Returns the result of the operation.

Description

Updates the execution interval for a task after registration. The units are seconds.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL