Controls how the task is presented in the UI.
Controls how the task is presented in the UI.
(clear? task-presentation-options)
Controls whether the terminal is cleared before executing the task.
Controls whether the terminal is cleared before executing the task.
(close? task-presentation-options)
Controls whether the terminal is closed after executing the task.
Controls whether the terminal is closed after executing the task.
(echo? task-presentation-options)
Controls whether the command associated with the task is echoed in the user interface.
Controls whether the command associated with the task is echoed in the user interface.
(focus? task-presentation-options)
Controls whether the panel showing the task output is taking focus.
Controls whether the panel showing the task output is taking focus.
(panel task-presentation-options)
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
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`
(reveal task-presentation-options)
Controls whether the task output is reveal in the user interface.
Defaults to RevealKind.Always
.
Controls whether the task output is reveal in the user interface. Defaults to `RevealKind.Always`.
(set-clear! task-presentation-options value)
Controls whether the terminal is cleared before executing the task.
Controls whether the terminal is cleared before executing the task.
(set-close! task-presentation-options value)
Controls whether the terminal is closed after executing the task.
Controls whether the terminal is closed after executing the task.
(set-echo! task-presentation-options value)
Controls whether the command associated with the task is echoed in the user interface.
Controls whether the command associated with the task is echoed in the user interface.
(set-focus! task-presentation-options value)
Controls whether the panel showing the task output is taking focus.
Controls whether the panel showing the task output is taking focus.
(set-panel! task-presentation-options value)
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
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`
(set-reveal! task-presentation-options value)
Controls whether the task output is reveal in the user interface.
Defaults to RevealKind.Always
.
Controls whether the task output is reveal in the user interface. Defaults to `RevealKind.Always`.
(set-show-reuse-message! task-presentation-options value)
Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
(show-reuse-message? task-presentation-options)
Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
Controls whether to show the "Terminal will be reused by tasks, press any key to close it" message.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close