Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TaskPanelKind

Controls how the task channel is used between tasks

Index

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.