Main function for the scheduler working thread.
This is a thread function which will be called after the service was started. The OnStart method create a new instance of this scheduler class and then start a new thread with this working function.
The scheduler load all settings from configuration file and start working until the stop event arrives.
Scheduler Class | uws Namespace | Service