CogStopwatch Stop Method Cognex VisionPro 9.7
Stops the timer from running without resetting the elapsed time.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public void Stop()
Remarks

Stops the timer from running without resetting the elapsed time.

To reset the timer to zero, use the Reset  method.

See Also