**type** = parallel | serial : Run tasks in parallel or serial mode within this TaskGroup
**active** = yes | no : Enable or disable the TaskGroup
**priority** = MIN | NORM | MAX : Threads priority
### Tags ###
**RunOnTrigger** = : Absolute path of file that serves as trigger (has priority over StartDate/StopDate and overrides Runnable state). Trigger file will be deleted IFF ExitCode == 0 || ExitCode == 1
**StartDate** = Date Time to start the Task (YYY-MM-DDTmm:hh:ss)
**StopDate** = Date Time to stop the Task (YYY-MM-DDTmm:hh:ss)