()
| 47 | } |
| 48 | |
| 49 | public async start() { |
| 50 | log("Starting polling agent"); |
| 51 | await registerMachine(this.client, this.tools); |
| 52 | |
| 53 | // Purposefully not awaited |
| 54 | this.runLoop(); |
| 55 | } |
| 56 | |
| 57 | public async stop(): Promise<void> { |
| 58 | log("Stopping polling agent"); |
no test coverage detected