(bool: boolean)
| 334 | } |
| 335 | |
| 336 | setLock(bool: boolean) { |
| 337 | if (this.lock === true && bool === true) { |
| 338 | throw new Error($t("TXT_CODE_ca030197")); |
| 339 | } |
| 340 | this.lock = bool; |
| 341 | } |
| 342 | |
| 343 | // force the command to execute |
| 344 | async forceExec(command: InstanceCommand) { |