* Check if the file watcher is active.
()
| 673 | * Check if the file watcher is active. |
| 674 | */ |
| 675 | isWatching(): boolean { |
| 676 | return this.watcher?.isActive() ?? false; |
| 677 | } |
| 678 | |
| 679 | /** |
| 680 | * True once live watching has permanently degraded (OS watch-resource |