Definition at line 21 of file YadaJob.tcl.
Public Member Functions | |
getPassedStates () | |
getState () | |
hasPassedState (TclString state) | |
setState (TclString state) | |
YadaJob (TclList args) | |
~YadaJob () | |
Public Attributes | |
TclString | consumerCommand = "" |
TclString | experiment = "" |
TclString | machine = "" |
TclString | node = "" |
TclString | process = "" |
TclString | runner = "" |
TclString | wordgraphName = "" |
Private Attributes | |
TclString | _passedStates = "" |
TclString | _state = "created" |
|
constructor Definition at line 78 of file YadaJob.tcl. |
|
destructor Definition at line 86 of file YadaJob.tcl. |
|
getPassedStates Definition at line 118 of file YadaJob.tcl. References hasPassedState(). Referenced by getState(). |
|
getState Definition at line 111 of file YadaJob.tcl. References getPassedStates(). |
|
hasPassedState Definition at line 125 of file YadaJob.tcl. Referenced by getPassedStates(). |
|
setStatus Definition at line 95 of file YadaJob.tcl. |
|
list of passed states. _state Definition at line 62 of file YadaJob.tcl. |
|
state of the job. A YadaJob passes a series of states from creation time of this object til its destruction. Possible values are:
|
|
consumber callback. After the job has finished we call this tcl command $consumerCommand $thisJon
|
|
the name of the YadaExperiment for which we created the job. Definition at line 25 of file YadaJob.tcl. |
|
the YadaMachine on which we run this job. Definition at line 45 of file YadaJob.tcl. |
|
the actual node of the machine that this job runs on. Definition at line 48 of file YadaJob.tcl. |
|
the CdgProcess that is connected to a running job. Definition at line 42 of file YadaJob.tcl. |
|
the YadaRunnableDocument that is responsible for this job. especialy all messages that want to be printed are displayed on this document. Definition at line 33 of file YadaJob.tcl. |
|
the wordgraph which we are going to start YadaJob::experiment on Definition at line 28 of file YadaJob.tcl. |