UWS Description
What is UWS?
-
UWS is a highly configurable windows service for starting arbitrary executables.
-
It combines the work of a task scheduler and monitoring specified executables.
-
UWS is open-source (BSD license).
What does UWS do?
-
It continuously checks for different start events and run configured executables if one is reached.
-
It watches configured executables and provide reactions due to different application states.
-
A user script which will be cyclically executed provides more flexibility.
How do I use UWS?
-
The Universal Windows Service requires Microsoft .Net Framework 1.1.
-
To use Universal Windows Service you have to install it.
There are two different ways to use UWS. You could install a stand alone service or use UWS as tool inside your own installation. -
Configure different executables in configuration file which will be started and watched.
-
All needed information would be found in our short tutorials.