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

ExecuteTask event object, to set task to execute on EE. More...

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

Public Member Functions

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

Public Attributes

 id
 

Detailed Description

ExecuteTask event object, to set task to execute on EE.

The ExecuteTask object used to send list of task Ids to EEM.

Definition at line 512 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dtm.EventObjects.ExecuteTask.__init__ (   self,
  taskId 
)

constructor initialize task's field

Parameters
taskIdThe task Id.

Definition at line 518 of file EventObjects.py.

518  def __init__(self, taskId):
519 
521  self.id = taskId
522 
523 
524 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ id

dtm.EventObjects.ExecuteTask.id

Definition at line 521 of file EventObjects.py.


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