Controls how the task is presented in the UI.
Fields
optionalshowReuseMessage:Null<Bool>
Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
optionalreveal:Null<TaskRevealKind>
Controls whether the task output is reveal in the user interface.
Defaults to RevealKind.Always
.
optionalpanel:Null<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
optionalecho:Null<Bool>
Controls whether the command associated with the task is echoed in the user interface.