nn::nex::Core::GetTerminateImmediately Member Function

Syntax

qBool GetTerminateImmediately();

Parameters

None.

Return Values



Value Description
true Returned if the mode is terminate-immediately mode.
false Returned if the mode is a normal mode.

Description

Gets whether the mode has been set to terminate-immediately mode.

This function can be used by calling the nn::nex::Core::GetInstance function and then the GetTerminateImmediately function.

Revision History

2012/07/13
Changed this function from a static function to a member function.
2011/01/27
Initial version.

CONFIDENTIAL