Skip to content

Tag: <tasks> - User Tools Group

Definition

The <tasks> tag is a group tag that is simply used to hold multiple <task> tags.

Example

It is used like this:

1
2
3
4
5
6
7
8
   <tasks>
      <task>
         ...
      </task>
      <task>
         ...
      </task>
   </tasks>

Parent Tags

Child Tags