Revision 1316ebc2 lib/jqueue.py

b/lib/jqueue.py
1450 1450
  def NotifyWaiters(self, job_id):
1451 1451
    """Notifies all jobs waiting for a certain job ID.
1452 1452

  
1453
    @important: Do not call until L{CheckAndRegister} returned a status other
1454
      than L{self.WAIT} for C{job_id}, or behaviour is undefined
1453
    @attention: Do not call until L{CheckAndRegister} returned a status other
1454
      than C{WAITDEP} for C{job_id}, or behaviour is undefined
1455 1455
    @type job_id: string
1456 1456
    @param job_id: Job ID
1457 1457

  

Also available in: Unified diff