* Stop the builder from running. Returns a promise that resolves when the builder is stopped. * Some builders might not handle stopping properly and should have a timeout here.
()
| 100 | * Some builders might not handle stopping properly and should have a timeout here. |
| 101 | */ |
| 102 | stop(): Promise<void>; |
| 103 | } |
| 104 | |
| 105 | /** |
no outgoing calls
no test coverage detected