* Returns whether or not current stream is running * * @returns {boolean} True when it's running, false otherwise *
()
| 173 | * |
| 174 | */ |
| 175 | running() { |
| 176 | return this.command !== null; |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Returns whether or not current stream is initializing |
no outgoing calls
no test coverage detected