shell script runner

This commit is contained in:
Jan Prochazka
2020-06-07 09:51:53 +02:00
parent 617548cd50
commit f37524f76f
14 changed files with 203 additions and 89 deletions

View File

@@ -19,6 +19,11 @@ export interface OpenedSession {
subprocess: ChildProcess;
}
export interface OpenedRunner {
runid: string;
subprocess: ChildProcess;
}
export interface StoredConnection {
engine: string;
server: string;