* Determines if the current execution was cancelled.
()
| 278 | * Determines if the current execution was cancelled. |
| 279 | */ |
| 280 | wasCancelled() { |
| 281 | return this._cancelled; |
| 282 | } |
| 283 | |
| 284 | _handleError(errorCode, err) { |
| 285 | this._parent.triedHosts[this._host.address] = err; |