A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.

Static variables

staticBuild:TaskGroup

The build task group;

staticClean:TaskGroup

The clean task group;

staticRebuild:TaskGroup

The rebuild all task group;

staticTest:TaskGroup

The test all task group;

Variables

read onlyid:String

The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id.

read onlyisDefault:Null<Bool>

Whether the task that is part of this group is the default for the group. This property cannot be set through API, and is controlled by a user's task configurations.