notebook background execution

This commit is contained in:
Alan Ren
2019-10-29 11:53:50 -07:00
committed by Karl Burtram
parent 64e95edc96
commit c7d7faa167
7 changed files with 83 additions and 20 deletions

View File

@@ -98,6 +98,8 @@ export interface WizardInfo {
export interface NotebookBasedDialogInfo extends DialogInfoBase {
notebook: string | NotebookInfo;
runNotebook?: boolean;
taskName?: string;
}
export interface CommandBasedDialogInfo extends DialogInfoBase {
@@ -118,6 +120,7 @@ export interface DialogInfoBase {
title: string;
name: string;
tabs: DialogTabInfo[];
actionText?: string;
}
export interface DialogTabInfo {