TaskPresentationOptions

Controls how the task is presented in the UI.

Online Documentation

Properties

Link copied to clipboard
abstract var clear: Boolean?

Controls whether the terminal is cleared before executing the task.

Link copied to clipboard
abstract var close: Boolean?

Controls whether the terminal is closed after executing the task.

Link copied to clipboard
abstract var echo: Boolean?

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

Link copied to clipboard
abstract var focus: Boolean?

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

Link copied to clipboard
abstract var panel: TaskPanelKind?

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

Link copied to clipboard
abstract var reveal: TaskRevealKind?

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

Link copied to clipboard
abstract var showReuseMessage: Boolean?

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