Added fileupdate call; improved HealthCheck messages; bugfix for schedule call

This commit is contained in:
2025-08-23 14:44:20 +02:00
parent b1cda26bb9
commit 4506a6e9d2
3 changed files with 86 additions and 14 deletions

View File

@@ -60,10 +60,12 @@ If you just installed the server and want to configure it:
- Interval (in milliseconds)
- `schedule` (WIP)
- What does it do: The script gets called based on the provided schedule
- Parameters: (WIP)
- Parameters:
- Schedule ([Quartz Cron expression](https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/crontrigger.html), e.g. "0/5 * * * * ?")
- `fileupdate` (WIP)
- What does it do: The script gets called whenever a file is updated in the specified subdirectory
- Parameters: (WIP)
- Parameters:
- Path (e.g. "Scripts/example_content")
# Scripting
## General
## probMethods