Controls how the task channel is used between tasks

Variables

@:enum@:implread onlyDedicated:TaskPanelKind

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

@:enum@:implread onlyNew:TaskPanelKind

Creates a new panel whenever this task is executed.

@:enum@:implread onlyShared:TaskPanelKind

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