Trees | Indices | Help |
|
---|
|
object --+ | BaseJob --+ | object --+ | | | RequirementsJob --+ | | | LocalhostJob --+ | SubprocessJob
A job for running an external process. By default, stdout and stderr are collected and made available as the 'stdout' and 'stderr' attributes when the job is completed.
|
|||
|
|||
|
|||
None |
|
||
None |
|
||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
If stdout or stderr are expected to be large, you can pass an open file object instead of using PIPE.
|
Update the current job status.
|
Execute the command associated with this job via subprocess.
|
Send termination request to subprocess managed job. If job is still alive after 60s, it is forcefully killed. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon May 19 23:05:22 2014 | http://epydoc.sourceforge.net |