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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.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