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.UpdateScheduledTasks Class Reference

UpdateScheduledTasks object used to represent task's related data update from the TasksManager to the Scheduler. More...

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

Public Member Functions

def __init__ (self, scheduledTasks=None)
 constructor initialize task data fields More...
 

Public Attributes

 tasks
 

Detailed Description

UpdateScheduledTasks object used to represent task's related data update from the TasksManager to the Scheduler.

Definition at line 792 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EventObjects.UpdateScheduledTasks.__init__ (   self,
  scheduledTasks = None 
)

constructor initialize task data fields

Parameters
scheduledTasksThe ScheduledTasks object list.

Definition at line 798 of file EventObjects.py.

798  def __init__(self, scheduledTasks=None):
799 
801  self.tasks = []
802  if scheduledTasks is not None:
803  self.tasks = scheduledTasks
804 
805 
806 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ tasks

dtm.EventObjects.UpdateScheduledTasks.tasks

Definition at line 801 of file EventObjects.py.


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