Assembly: BPM;
The IBProcessEventGroup interface is used to work with a group of process events or single step.
IBProcessEventGroup
A group of events can be obtained using properties and methods of the IBProcessEventGroupCollection interface.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of events in the group. |
![]() |
Item | The Item property returns event from the group with the specified index. |
![]() |
ItemByOrder | The ItemByOrder property returns event from the group by the specified order. |
![]() |
Name | The Name property returns name of group of events. |
![]() |
Periodic | The Periodic property returns whether there is an execution period for a group of events. |
![]() |
Type | The Type property returns type of group of events. |
| Method name | Brief description | |
![]() |
Add | The Add method adds the specified event to the group. |
![]() |
ChangeOrder | The ChangeOrder method sets the specified order for the specified event. |
![]() |
CheckEvents | The CheckEvents method checks if events have correct settings. |
![]() |
Clear | The Clear method deletes all events from group. |
![]() |
IndexOf | The IndexOf method returns index of the specified event in group. |
![]() |
RefreshOrders | The RefreshOrders method changes numbering of event orders in group. |
![]() |
Remove | The Remove method removes the specified event from group. |
![]() |
Sort | The Sort method sorts group of events by their order. |
See also: