Package shelljob :: Module job :: Class Job
[hide private]
[frames] | no frames]

Class Job

source code

Instance Methods [hide private]
 
__init__(self, cmd) source code
 
get_ref_name(self)
A reference name suitable for using in identifiers and files.
source code
Class Variables [hide private]
  STATUS_NONE = 0
  STATUS_RUNNING = 1
  STATUS_FINISHED = 2
Encapsulates information about a job.