OpenM++ runtime library (libopenm)
openm::RunStatus Struct Reference

model run status codes More...

#include <omModelRunState.h>

Static Public Attributes

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
 

Detailed Description

model run status codes


The documentation for this struct was generated from the following files: