MPIControlEventServiceStatus
Definition
typedef struct MPIControlEventServiceStatus {
int32_t threadId;
MPI_BOOL active;
int32_t errorCount;
} MPIControlEventServiceStatus;
Description
MPIControlEventServiceStatus is a structure containing information about the operating condition of the control event service thread.
| threadID | An identification value for the thread. |
|---|---|
| active | TRUE or FALSE. If TRUE, the thread is running. If FALSE, the thread has exited. |
| errorCount | the number of errors that have occurred in the control event service thread |
See Also
mpiControlEventServiceStatus | mpiControlEventServiceStart | MPIControlEventServiceErrorConfig | MPIControlEventServiceErrorParams
