CTX_ProcessState - Process states
Process states describe the state of a context resource in a process, i.e. whether the resource is opened or closed, busy or active etc.
Process states can be set by the application program after being opened. Process states must not be set when closing the resource.
Enumarators overview
- PRC_Active
(4) - Resource is active
- PRC_Busy
(7) - Resource is busy
- PRC_Closed
(5) - Resource or context has been closed
- PRC_Opened
(6) - Resource has been opened
- PRC_undefined
(0) - Process state undefined