Files
opensourcepos/tools
objecttothis 12757779be build(windows): add Task Scheduler script for background job runner
- Add PowerShell script to register a Windows Task Scheduler task
  that runs `spark tasks:run` every minute.
- Uses New-ScheduledTaskTrigger's -RepetitionInterval to bypass the
  Task Scheduler GUI's 5-minute floor for repeating triggers.
- Configures S4U logon type and Limited run level to mirror the GUI
  options "run whether user logged on or not" without storing a
  password, and without highest privileges.

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-23 12:52:30 +04:00
..