Ejemplo n.º 1
0
 def hasTask(self):
     u"""
     <doc>
     The <code>hasTask</code> method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     </doc>
     """
     return bool(Task.peek())
Ejemplo n.º 2
0
 def hasTask(self):
     u"""
     
     The ``hasTask`` method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     
     """
     return bool(Task.peek())
Ejemplo n.º 3
0
 def hasTask(self):
     u"""
     
     The ``hasTask`` method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     
     """
     return bool(Task.peek())
Ejemplo n.º 4
0
 def hasTask(self):
     u"""
     <doc>
     The <code>hasTask</code> method answers the boolean flag if there are any pending tasks in the scheduler task
     list. 
     </doc>
     """
     return bool(Task.peek())