query tab - ability to stop loading

This commit is contained in:
Jan Prochazka
2022-03-20 12:14:36 +01:00
parent f10f863940
commit a73168b7e1
3 changed files with 74 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ export interface OpenedSession {
conid: string;
database: string;
killOnDone?: boolean;
loadingReader_jslid: string;
subprocess: ChildProcess;
}