Enumeration TaskPanelKind

Controls how the task channel is used between tasks

Enumeration Members

Enumeration Members

Dedicated: 2

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

New: 3

Creates a new panel whenever this task is executed.

Shared: 1

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