Controls how the task channel is used between tasks

Static variables

@:enumstaticread onlyDedicated:TaskPanelKind

Uses a dedicated panel for this tasks. The panel is not shared with other tasks.

@:enumstaticread onlyNew:TaskPanelKind

Creates a new panel whenever this task is executed.

@:enumstaticread onlyShared:TaskPanelKind

Shares a panel with other tasks. This is the default.