|
OpenMPCD
|


Public Member Functions | |
| def | __str__ (self) |
Static Public Attributes | |
| int | Ready = 1 |
| int | Submitted = 2 |
| int | Running = 3 |
| int | Completed = 4 |
Enumerates the state of a run.
Possible states:
* `Ready`, if the run is ready for execution or job
submission,
* `Submitted`, if the run has been submitted to the job
scheduler,
* `Running`, if the run is currently being executed,
* `Completed`, if the run has finished executing.
1.8.17