CogStopwatch Start Method Cognex VisionPro 9.7
Starts the timer 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 Start()
Remarks

Starts this timer if it was stopped. This method has no effect if the timer is already running.

The timer is not reset to zero when you call this function. To reset this timer, use the Reset  method.

See Also