Scheduled task

Arkance Systems Benelux

Unattended processing can be also achieved via system scheduler task. Task Scheduler is a component of Microsoft Windows that provides the ability to schedule the launch of programs at pre-defined times or after specified time intervals (e.g. each 2 hours), as specified in "Interval" application setting. It also supports calendar and event-based triggers, such as starting a task when a particular event is logged to the event log, or when a combination of events has occurred.


Actions that need to be done if a task fails can also be configured. The actions that can be taken in response to triggers, both event-based as well as time-based, not only include launching applications but also take a number of custom actions. Task Scheduler includes a number of actions built-in, spanning a number of applications; including send an e-mail or showing a message box.


Please use following steps to activate or deactivate unattended requests processing using Task Scheduler:


Starting Scheduled Task


  1. Access Command Line Tool, as previously explained.
  2. Start unattended requests processing using following command line parameters:


vsb_klip_cmd -task -start


Command Line Tool should respond with following:


Command Line Tool starting scheduled task


3. Click on Start button, select Administrative Tools folder, then click on Task Scheduler. The Task Scheduler dialog shows up. You can check if KLIP/KLIM Responder scheduled task is running:


Task Scheduler dialog


  1. It is also possible to additionally customize scheduled task, like modifying triggering interval or setting actions in case of failed task:


Scheduled task Edit Trigger dialog


  1. After unattended request processing is executed at predefined time interval, you can observe processing results using system Event Viewer dialog. Click on Start button, select Administrative Tools folder, then click on Event Viewer. The Event Viewer dialog shows up. You can inspect application-specific events by selecting "Applications and Services Events" and contained Holixa Infra Suite key:


Event Viewer dialog



Stopping Scheduled Task


  1. Access Command Line Tool, as previously explained.
  2. Stop unattended requests processing using following command line parameters:


vsb_klip_cmd -task -stop


Command Line Tool should respond with following:


Command Line Tool stopping scheduled task


  1. Optionally, open Task Scheduler dialog, as explained before, to inspect status of the scheduled task.


Please use exclusively Command Line Tool for starting and stopping scheduled task. Do not use Task Scheduler dialog options to manually perform task starting/stopping.