EnumGroupType simple type
Specifies the group type.
Content Type
| Item | Facet value | Description |
|---|---|---|
| string restriction | ||
| Enumeration | action | The group will be executed at once and run the action. |
| Enumeration | poll | The group will be added to the queue, awaiting execution. On execution, the parameters in the group will be retrieved. |
| Enumeration | poll action | The group will be added to the queue, awaiting execution. On execution, the action will be run. |
| Enumeration | poll trigger | The group will be added to the queue, awaiting execution. On execution the trigger will be fired. |
| Enumeration | trigger | The group will be executed at once and fire the trigger. |