Projektdateien hinzufügen.

This commit is contained in:
mr_sc
2026-08-19 19:27:41 +02:00
parent 0889f1f6c7
commit 7fe54c0785
32 changed files with 2406 additions and 0 deletions

13
BUILD_INFO.txt Normal file
View File

@@ -0,0 +1,13 @@
FileInterface Watcher + CronScheduler - COMPLETE
Date: 2026-08-19
Target: .NET Framework 4.8, x86
IMS API: IMSApiDotNet.dll 10.0.0.3 included under FileinterfaceCronScheduler/lib
Features:
- FileSystemWatcher jobs configurable through HTTP web client
- Cron jobs configurable through HTTP web client
- Both subsystems run concurrently and share the IMS API client/session
- Unlimited inArgs per job
- Optional file move after successful customFunction
- Watcher Created/Changed/Renamed selection, recursion and debounce
- Live watcher reload after saving/deleting configuration
- HTTP Basic Authentication; default admin/admin; configurable in App.config