()
| 142 | } |
| 143 | |
| 144 | close() |
| 145 | { |
| 146 | if (this._window && !this._window.isDestroyed()) |
| 147 | { |
| 148 | this._window.destroy(); |
| 149 | } |
| 150 | this._window = null; |
| 151 | } |
| 152 | |
| 153 | isCompleted() { return this._completed; } |
| 154 | } |
no outgoing calls
no test coverage detected