model run status codes
More...
#include <omModelRunState.h>
|
static const char * | init = "i" |
| i = initial status
|
|
static const char * | progress = "p" |
| p = run in progress
|
|
static const char * | waitProgress = "w" |
| w = wait: run in progress, under external supervision
|
|
static const char * | done = "s" |
| s = completed successfully
|
|
static const char * | exit = "x" |
| x = exit and not completed (reserved)
|
|
static const char * | error = "e" |
| e = error failure
|
|
The documentation for this struct was generated from the following files:
- /home/build_doc/ompp-make-doc/ompp-main/include/libopenm/omModelRunState.h
- model/modelRunState.cpp