CogPMRedLineRunParams TimeoutEnabled Property Cognex VisionPro 9.7
Gets or sets whether to enable the runtime timeout.

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

public bool TimeoutEnabled { get; set; }

Property Value

Type: Boolean
"True" if the runtime timeout is enabled. "False" otherwise. Default value is "false".
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Remarks

If the runtime timeout is enabled the execution of PMRedLine will be halted shortly after the Timeout period expires. If the timeout is disabled the value of the Timeout property is ignored.
See Also