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