2.2.4.5 NtmsOperationalState Enumeration

The NtmsOperationalState enumeration defines the operational state of an object.

 enum NtmsOperationalState
 {
   NTMS_READY = 0,
   NTMS_INITIALIZING = 10,
   NTMS_NEEDS_SERVICE = 20,
   NTMS_NOT_PRESENT = 21
 };

NTMS_READY:  The object is ready.

NTMS_INITIALIZING:  The object is initializing and is not yet available.

NTMS_NEEDS_SERVICE:  The object has failed and requires service.

NTMS_NOT_PRESENT:  The object is not present.