processState
Lexicon: eco.wonderland.workcell.observation.data.defs
Type: string
initializing: Device is preparing to execute the process occurrence.ready: Process occurrence is ready to be executed.active: Process occurrence is actively executing.complete: Process occurrence is now finished.interrupted: Process occurrence has been stopped and may be resumed.aborted: Process occurrence has come to a premature end and cannot be resumed.
Referenced By
Section titled “Referenced By”- processState
eco.wonderland.workcell.observation.event.defs
Schema
Section titled “Schema”{ "type": "string", "knownValues": [ "initializing", "ready", "active", "complete", "interrupted", "aborted" ]}