Removed stray WIP marker

This commit is contained in:
2025-08-23 17:18:16 +02:00
parent 1e4d3dceb8
commit 09a8e2347e

View File

@@ -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.
- Parameters:
- Interval (in milliseconds)
- `schedule` (WIP)
- `schedule`
- What does it do: The script gets called based on the provided schedule
- Parameters:
- 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
- Parameters:
- Path (e.g. "Scripts/example_content")