-
Notifications
You must be signed in to change notification settings - Fork 3
Scripts Time Schedule
Daniel Balcárek edited this page Jun 29, 2021
·
4 revisions
Every script in Sciper can be scheduled to run in exact time, day, month, after logon ..
Scriper creates Task in Task Scheduler with user settings. The task runs Scriper app with arguments (path to config and script name) then Scriper runs script and close itself. In case of error Scriper will create log to logfile.
All Created Tasks you can find in TaskScheduler ScriperTasks folder.
Scriper supports five trigger types:
- Time: Starts the task a single time.
- Daily: Starts the task on a daily interval.
- Weekly: Starts the task on a weekly schedule.
- Monthly: Starts the task on a monthly schedule.
- Logon: Starts the task when a specific user logs on.
More: Trigger Types
Their settings is pretty straightforward, but dont forget to press "Save" button after end of editing.