2.2.4.6 NtmsOpreqState Enumeration

The NtmsOpreqState enumeration defines the state of an operator request.

 enum NtmsOpreqState
 {
   NTMS_OPSTATE_UNKNOWN = 0,
   NTMS_OPSTATE_SUBMITTED = 1,
   NTMS_OPSTATE_ACTIVE = 2,
   NTMS_OPSTATE_INPROGRESS = 3,
   NTMS_OPSTATE_REFUSED = 4,
   NTMS_OPSTATE_COMPLETE = 5
 };

NTMS_OPSTATE_UNKNOWN:  The operator request is in an unknown state.

NTMS_OPSTATE_SUBMITTED:  The operator request was submitted, but has not been read by an operator console.

NTMS_OPSTATE_ACTIVE:  The operator request has been read by one or more operator consoles, and might be in progress.

NTMS_OPSTATE_INPROGRESS:  The user acknowledged the operator request, and is in the process of performing the service.

NTMS_OPSTATE_REFUSED:  The user rejected the operator service request.

NTMS_OPSTATE_COMPLETE:  The user completed the operator service request.