MPIIdnProcedure

MPIIdnProcedure

 

 

typedef enum {
    MPIIdnProcedureSET,
    MPIIdnProcedureENABLED,

    MPIIdnProcedureCANCEL,
    MPIIdnProcedureEXECUTE,

    MPIIdnProcedureRUNNING,
    MPIIdnProcedureERROR,
    MPIIdnProcedureDATA_VALID,
} MPIIdnProcedure;
Description
  The data portion of a Procedure IDN is a bit map that represents the state of the procedure, this enumeration is a bit mask and can be used to decipher the status of the procedure.
     
See Also