parent
2e636b0a2e
commit
99217775cf
5 changed files with 139 additions and 8 deletions
|
|
@ -14,8 +14,11 @@ export interface Stack {
|
|||
|
||||
export interface IBackend {
|
||||
load(cwd: string, target: string): Thenable<any>;
|
||||
attach(cwd: string, executable: string, target: string): Thenable<any>;
|
||||
connect(cwd: string, executable: string, target: string): Thenable<any>;
|
||||
start(): Thenable<boolean>;
|
||||
stop();
|
||||
detach();
|
||||
interrupt(): Thenable<boolean>;
|
||||
continue(): Thenable<boolean>;
|
||||
next(): Thenable<boolean>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue