OpenMPCD
Public Member Functions | Static Public Attributes | List of all members
MPCDAnalysis.Run.Run.RunState Class Reference
Inheritance diagram for MPCDAnalysis.Run.Run.RunState:
Inheritance graph
[legend]
Collaboration diagram for MPCDAnalysis.Run.Run.RunState:
Collaboration graph
[legend]

Public Member Functions

def __str__ (self)
 

Static Public Attributes

int Ready = 1
 
int Submitted = 2
 
int Running = 3
 
int Completed = 4
 

Detailed Description

    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.

Definition at line 24 of file Run.py.


The documentation for this class was generated from the following file: