* Halts the motion. The motion promise will be rejected since the motion * has been interrupted.
()
| 165 | * has been interrupted. |
| 166 | */ |
| 167 | halt() { |
| 168 | if (this.continuing_) { |
| 169 | this.completeContinue_(false); |
| 170 | } |
| 171 | } |
| 172 | |
| 173 | /** |
| 174 | * Chains to the motion's promise that will resolve when the motion has |
no test coverage detected