CogDLRuntimeStateConstants EnumerationCognex VisionPro 9.25 SR1
Enumeration of CogDLRuntime's possible states.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public enum CogDLRuntimeStateConstants
Members

  Member nameValueDescription
Closed0 The CogDLRuntime operator is closed. A runtime work space is not currently loaded.
Open1 The CogDLRuntime operator is open. A runtime work space has been loaded and configured, and is ready to execute.
Partial2 The CogDLRuntime operator is in an incomplete state. It has been deserialized with some configureation data but the runtime workspace file either could not be loaded or did not match the structure of the configuration data. You may wish to check your FileName property and try calling Open again.
See Also