IRON  1.0
Public Member Functions | Private Attributes | List of all members
iron.runtime.taskgroup.RuntimeTaskGroup Class Reference

Public Member Functions

def __init__ (self, int id)
 
int group_id (self)
 
def __str__ (self)
 

Private Attributes

 _group_id
 

Detailed Description

A RuntimeTaskGroup is a structured tag to indicated groupings of RuntimeTasks.

Constructor & Destructor Documentation

◆ __init__()

def iron.runtime.taskgroup.RuntimeTaskGroup.__init__ (   self,
int  id 
)
Construct a RuntimeTaskGroup

Args:
    id (int): The id of the task group. The id should be unique to tasks groups within a Runtime.

Member Function Documentation

◆ __str__()

def iron.runtime.taskgroup.RuntimeTaskGroup.__str__ (   self)

◆ group_id()

int iron.runtime.taskgroup.RuntimeTaskGroup.group_id (   self)
The id of the task group.

Member Data Documentation

◆ _group_id

iron.runtime.taskgroup.RuntimeTaskGroup._group_id
private

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