()
| 2463 | |
| 2464 | // MARK: stop operation and hide |
| 2465 | stop() { |
| 2466 | this.flags.count = 0 |
| 2467 | this.flags.isRunning = false |
| 2468 | this.flags.operation = null |
| 2469 | this.lastPayload = null |
| 2470 | this.selectedMods = {} |
| 2471 | this.selectedDest.clear() |
| 2472 | this.buttonDest.clear() |
| 2473 | } |
| 2474 | } |
no test coverage detected