TimeInterval Pause();
None.
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. |
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.
CONFIDENTIAL