-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
596d7c5
commit 1f95787
Showing
5 changed files
with
20 additions
and
19 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
api-documents/kit.watcher.watching.md → api-documents/kit.watcher.iswatching.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holoflows/kit](./kit.md) > [Watcher](./kit.watcher.md) > [watching](./kit.watcher.watching.md) | ||
[Home](./index.md) > [@holoflows/kit](./kit.md) > [Watcher](./kit.watcher.md) > [isWatching](./kit.watcher.iswatching.md) | ||
|
||
## Watcher.watching property | ||
## Watcher.isWatching property | ||
|
||
Is the watcher running | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
protected watching: boolean; | ||
protected isWatching: boolean; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@holoflows/kit](./kit.md) > [Watcher](./kit.watcher.md) > [scheduleWatcherCheck](./kit.watcher.schedulewatchercheck.md) | ||
|
||
## Watcher.scheduleWatcherCheck property | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
protected scheduleWatcherCheck: (deadline?: Deadline | undefined) => void; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.