CogPrioScheduledEventToken Cancel Method Cognex VisionPro
Cancels the scheduled event.

Namespace: Cognex.VisionPro.Comm
Assembly: Cognex.VisionPro.Comm (in Cognex.VisionPro.Comm.dll) Version: 65.1.0.0
Syntax

public bool Cancel()

Field Value

Type: Boolean
Returns true if the scheduled event was successfully canceled, false if the event cannot be canceled.
Remarks

A precision I/O event can occur as a result of one of the configured event causes (see CausesNdm , CausesLine ).

A precision I/O event can also occur as a result of manual user scheduling.

See Also