Tear down both watchdogs. Idempotent; call when the command finishes.
()
| 36 | export interface CommandSupervision { |
| 37 | /** Tear down both watchdogs. Idempotent; call when the command finishes. */ |
| 38 | stop(): void; |
| 39 | } |
| 40 | |
| 41 | /** |
no outgoing calls
no test coverage detected