Home | Trees | Indices | Help |
|
---|
|
object --+ | Job --+ | ExternalJob
A Job which executes an external command.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
|||
Inherited from |
|
|
Run the job in exclusive mode. This function will block until the job terminates, or its process is stopped. The job will not be permitted to run until the display thread grants control over the terminal. If start_proc is True, then the job process will be started, otherwise it will be resumed with a CONT signal. A request will be sent to display this job before waiting for the terminal. |
Suspend the job. Send a STOP signal to it. This will only occur from a different thread of control from that running the job and communicates solely by sending a STOP signal to the job. The main thread takes responsibility for noticing that the job has stopped and changing object state. |
|
Send the provided text as input to the job. Jobs which can accept input will implement this.
|
Close the input stream to this job. Job subclasses may implement this.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:38 2010 | http://epydoc.sourceforge.net |