Classes | |
class | StateSentry |
Enumerations | |
enum | Msg { mSetRun = 0, mSkip, mRunAsync, mRunID, mRunCount, mBeginJob, mStopAsync, mShutdownAsync, mEndJob, mCountComplete, mInputExhausted, mStopSignal, mShutdownSignal, mFinished, mAny, mDtor, mException, mInputRewind } |
enum | State { sInit = 0, sJobReady, sRunGiven, sRunning, sStopping, sShuttingDown, sDone, sJobEnded, sError, sErrorEnded, sEnd, sInvalid } |
Enumerator | |
---|---|
mSetRun | |
mSkip | |
mRunAsync | |
mRunID | |
mRunCount | |
mBeginJob | |
mStopAsync | |
mShutdownAsync | |
mEndJob | |
mCountComplete | |
mInputExhausted | |
mStopSignal | |
mShutdownSignal | |
mFinished | |
mAny | |
mDtor | |
mException | |
mInputRewind |
Definition at line 62 of file EventProcessor.h.
Enumerator | |
---|---|
sInit | |
sJobReady | |
sRunGiven | |
sRunning | |
sStopping | |
sShuttingDown | |
sDone | |
sJobEnded | |
sError | |
sErrorEnded | |
sEnd | |
sInvalid |
Definition at line 59 of file EventProcessor.h.