(mode, mods)
| 2068 | |
| 2069 | // MARK: start (ext module) |
| 2070 | start_external(mode, mods) { |
| 2071 | this.flags.operation = mode |
| 2072 | this.flags.isRunning = true |
| 2073 | |
| 2074 | this.selectedDest.clear() |
| 2075 | this.buttonDest.clear() |
| 2076 | this.lastPayload = null |
| 2077 | |
| 2078 | this.display(mode, mods) |
| 2079 | } |
| 2080 | |
| 2081 | // MARK: start (button) |
| 2082 | start(mode, selectAll, selectOne) { |
no test coverage detected