DSIMA
 All Classes Namespaces Files Functions Variables
Job Class Reference

Command line job. More...

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 args
 List of arguments. More...
 
 finished
 Semaphore to check if the job is completed. More...
 
 result
 Stdout output of the job. More...
 
 process
 Process corresponding to the job. More...
 
 status
 Execution status of the job. More...
 

Static Public Attributes

int WAITING = 2
 Waiting status. More...
 
int COMPLETED = 0
 Job completed status. More...
 
int ERROR = -1
 Error status. More...
 
int RUNNING = 1
 Running status. More...
 
int ABORTED = -2
 Aborted status. More...
 

Detailed Description

Command line job.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Constructor.

Parameters
argsList of arguments.

Member Data Documentation

int ABORTED = -2
static

Aborted status.

args

List of arguments.

int COMPLETED = 0
static

Job completed status.

int ERROR = -1
static

Error status.

finished

Semaphore to check if the job is completed.

process

Process corresponding to the job.

result

Stdout output of the job.

int RUNNING = 1
static

Running status.

status

Execution status of the job.

int WAITING = 2
static

Waiting status.


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