nn::nex::Chrono::Pause Member Function

Syntax

TimeInterval Pause();

Parameters

None.

Return Values



Value Description
0 or higher Pauses the timer and returns the current time measurement.
-1 Returned when the timer cannot be paused because it has not been started.

Description

Pauses the timer.

When paused, the timer can be resumed with the Resume function, as long as it has not been stopped with the Stop function.

See Also

Resume()
Stop()

Revision History

2012/07/18
Initial version.

CONFIDENTIAL