Add "close" presentation option to tasks

Fixes #112230
This commit is contained in:
Alex Ross
2021-05-04 14:52:29 +02:00
parent 655fe7546f
commit 7a92985cde
6 changed files with 30 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ export interface TaskPresentationOptionsDTO {
showReuseMessage?: boolean;
clear?: boolean;
group?: string;
close?: boolean;
}
export interface RunOptionsDTO {