IRON
1.0
|
Public Member Functions | |
def | __init__ (self, int id) |
int | group_id (self) |
def | __str__ (self) |
Private Attributes | |
_group_id | |
A RuntimeTaskGroup is a structured tag to indicated groupings of RuntimeTasks.
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.
def iron.runtime.taskgroup.RuntimeTaskGroup.__str__ | ( | self | ) |
int iron.runtime.taskgroup.RuntimeTaskGroup.group_id | ( | self | ) |
The id of the task group.
|
private |