Pause Method
Object List Next Object
Defined By: CPUStopClock
Description:
Changes the stop clock state from Running to Paused.
Declaration:
Sub Pause()
Details:
When paused, a stop clock does not accumulate measured time as given by the
AccumulatedTime property, but ElapsedTime continues to be measured. The stop
clock can be un-paused by invoking the Start method or setting the state to Running
again.
See Also:
State property, AccumulatedTime property, ElapsedTime property, Start method