Package schrodinger :: Package job :: Module queue :: Class RequirementsJob
[hide private]
[frames] | no frames]

Class RequirementsJob

This is a base class that indicates a job has special requirements (e.g. runs only on localhost) and shouldn't be run on the general pool of hosts.

Instance Methods [hide private]
 
getRequirements(self, jobdj)
Start a job if the requirements are available.
Class Variables [hide private]
  requirement = None
hash(x)
Method Details [hide private]

getRequirements(self, jobdj)

 

Start a job if the requirements are available. If the job was started, return True, if not, return False.