Fixed process not cleared after download.

Closes  #160
This commit is contained in:
2024-06-21 10:41:49 +02:00
parent 38683bfe85
commit 0daf36719b
6 changed files with 35 additions and 10 deletions

View File

@@ -132,6 +132,13 @@ export class RPCClient {
})
}
public clear(id: string) {
this.sendHTTP({
method: 'Service.Clear',
params: [id],
})
}
public killAll() {
this.sendHTTP({
method: 'Service.KillAll',