Removed stray WIP marker
This commit is contained in:
@@ -62,11 +62,11 @@ If you just installed the server and want to configure it:
|
|||||||
- What does it do: The script gets called periodically based on the specified `Interval` parameter.
|
- What does it do: The script gets called periodically based on the specified `Interval` parameter.
|
||||||
- Parameters:
|
- Parameters:
|
||||||
- Interval (in milliseconds)
|
- Interval (in milliseconds)
|
||||||
- `schedule` (WIP)
|
- `schedule`
|
||||||
- What does it do: The script gets called based on the provided schedule
|
- What does it do: The script gets called based on the provided schedule
|
||||||
- Parameters:
|
- Parameters:
|
||||||
- Schedule ([Quartz Cron expression](https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/crontrigger.html), e.g. "0/5 * * * * ?")
|
- Schedule ([Quartz Cron expression](https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/crontrigger.html), e.g. "0/5 * * * * ?")
|
||||||
- `fileupdate` (WIP)
|
- `fileupdate`
|
||||||
- What does it do: The script gets called whenever a file is updated in the specified subdirectory
|
- What does it do: The script gets called whenever a file is updated in the specified subdirectory
|
||||||
- Parameters:
|
- Parameters:
|
||||||
- Path (e.g. "Scripts/example_content")
|
- Path (e.g. "Scripts/example_content")
|
||||||
|
|||||||
Reference in New Issue
Block a user