Unused
This commit is contained in:
parent
3603ca3d9b
commit
7156a42d92
1 changed files with 2 additions and 2 deletions
|
@ -311,11 +311,11 @@ class MLWorkManager {
|
|||
}
|
||||
}
|
||||
|
||||
public stopSyncJob(terminateWorker: boolean = true) {
|
||||
public stopSyncJob() {
|
||||
try {
|
||||
log.info("MLWorkManager.stopSyncJob");
|
||||
this.mlSyncJob?.stop();
|
||||
terminateWorker && this.terminateSyncJobWorker();
|
||||
this.terminateSyncJobWorker();
|
||||
} catch (e) {
|
||||
log.error("Failed to stop MLSync Job", e);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue