A collection of schedulable objects that can be started. More...
Methods | |
Description.Get | |
Returns a textual description of the object. | |
Members.Add SchedulableObject | |
This method will add a Schedulable object to the ScheduleGroup. More... | |
Members.Clear | |
This method will remove all members from the schedulegroup. More... | |
Members.Get | |
Returns a list of ToopOIDs of the members of this group. More... | |
Members.Length.Get | |
This method returns the number of members in the scheduleGroup. More... | |
Members.Remove SchedulableObject | |
This method will remove s SchedulableObject from the group. More... | |
Parent.Get | |
Returns the parent object. | |
Prepare | |
This method will prepare all the schedules, but NOT start them. More... | |
Start | |
This method will start the schedules. The Schedules must be in the prepared state. More... | |
Status.Get | |
Returns the status of the ScheduleGroup. More... | |
Stop | |
This method will stop the schedules. More... | |
ScheduleGroup::Members.Add | SchedulableObject | ||
This method will add a Schedulable object to the ScheduleGroup.
SchedulableObject | A ScheduleObject or Tx.Stream which will be added to the ScheduleGroup. |
add a HTTPClient to the group
add multiple schedulable objects at once
ScheduleGroup::Members.Clear |
ScheduleGroup::Members.Get |
Returns a list of ToopOIDs of the members of this group.
return the ObjectID of the members
Returns:
<objectID>
ScheduleGroup::Members.Length.Get |
ScheduleGroup::Members.Remove | SchedulableObject | ||
This method will remove s SchedulableObject from the group.
SchedulableObject | The object which will be removed from this group. |
remove a igmp from the scheduleGroup
remove multiple objects at once
ScheduleGroup::Prepare |
This method will prepare all the schedules, but NOT start them.
If | one of the Schedules fail to prepare, the others are canceled and an exception is thrown. This exception will contain information about the object which caused it. |
Preparing the scheduleGroup
ScheduleGroup::Start |
ScheduleGroup::Status.Get |