* Return one of idle, check, watch, watch-delay, prepare, ready, dispose, apply, abort or fail.
()
| 185 | * Return one of idle, check, watch, watch-delay, prepare, ready, dispose, apply, abort or fail. |
| 186 | */ |
| 187 | status (): string |
| 188 | /** Register a callback on status change. */ |
| 189 | status (callback: (status: string) => void): void |
| 190 | /** Register a callback on status change. */ |
no outgoing calls
no test coverage detected