Enumeration of CogDLRuntime's possible states.
Namespace: Cognex.VisionPro.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Closed | 0 | The CogDLRuntime operator is closed. A runtime work space is not currently loaded. | |
| Open | 1 | The CogDLRuntime operator is open. A runtime work space has been loaded and configured, and is ready to execute. | |
| Partial | 2 | 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