MPISequenceStatus

MPISequenceStatus

 

typedef struct MPISequenceStatus {
    MPICommand		command;
    MPISequenceState	state;
} MPISequenceStatus;
Description

MPISequenceStatus is a status structure for MPISequence objects

  command The current command of the MPISequence object
  state The current state of the MPISequence object
See Also MPISequence | mpiSequenceStatus