Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskPresentationOptions

Hierarchy

  • TaskPresentationOptions

Index

Properties

Optional echo

echo: boolean

Controls whether the command associated with the task is echoed in the user interface.

Optional focus

focus: boolean

Controls whether the panel showing the task output is taking focus.

Optional panel

panel: Shared | Dedicated | New

Controls if the task panel is used for this task only (dedicated), shared between tasks (shared) or if a new panel is created on every task execution (new). Defaults to TaskInstanceKind.Shared

Optional reveal

reveal: Always | Silent | Never

Controls whether the task output is reveal in the user interface. Defaults to RevealKind.Always.

Optional showReuseMessage

showReuseMessage: boolean

Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.