Table of Contents

execute one

This action can only be executed on a group.

This action first checks if the specified group is already in the queue. If it is, nothing will happen. If it is not already in the queue, this action will add the specified group to the end of the group execution queue, after groups scheduled by a timer.

Attributes

On@id

Specifies the ID(s) of the group(s) to add to the group execution queue.

Examples

<Action id="1">
  <On id="1">group</On>
  <Type>execute one</Type>
</Action>