|
DSIMA
|
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... | |
Command line job.
| def __init__ | ( | self, | |
| args | |||
| ) |
Constructor.
| args | List of arguments. |
|
static |
Aborted status.
| args |
List of arguments.
|
static |
Job completed status.
|
static |
Error status.
| finished |
Semaphore to check if the job is completed.
| process |
Process corresponding to the job.
| result |
Stdout output of the job.
|
static |
Running status.
| status |
Execution status of the job.
|
static |
Waiting status.