Belle II Software development
TestClusterControlDrmaa.SessionMock.JobState Class Reference
Inheritance diagram for TestClusterControlDrmaa.SessionMock.JobState:

Static Public Attributes

int DONE = 1
 job done
 
int FAILED = 2
 job failed
 
int RUNNING = 3
 job running
 

Detailed Description

Possible DRMAA Job States

Definition at line 31 of file test_clustercontroldrmaa.py.

Member Data Documentation

◆ DONE

int DONE = 1
static

job done

Definition at line 37 of file test_clustercontroldrmaa.py.

◆ FAILED

int FAILED = 2
static

job failed

Definition at line 39 of file test_clustercontroldrmaa.py.

◆ RUNNING

int RUNNING = 3
static

job running

Definition at line 41 of file test_clustercontroldrmaa.py.


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