HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
dtm.EventObjects.GetScheduledTasks Class Reference

GetScheduledTasks event object, to get tasks per time slot range from the Scheduler. More...

Inheritance diagram for dtm.EventObjects.GetScheduledTasks:
Collaboration diagram for dtm.EventObjects.GetScheduledTasks:

Public Member Functions

def __init__ (self, timeSlotSize)
 constructor initialize task's field More...
 

Public Attributes

 timeSlot
 

Detailed Description

GetScheduledTasks event object, to get tasks per time slot range from the Scheduler.

The GetScheduledTasks object used to request tasks from the schedule.

Definition at line 528 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EventObjects.GetScheduledTasks.__init__ (   self,
  timeSlotSize 
)

constructor initialize task's field

Parameters
idsListThe task Id list.

Definition at line 534 of file EventObjects.py.

534  def __init__(self, timeSlotSize):
535 
537  self.timeSlot = timeSlotSize
538 
539 
540 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ timeSlot

dtm.EventObjects.GetScheduledTasks.timeSlot

Definition at line 537 of file EventObjects.py.


The documentation for this class was generated from the following file: