I would like to display the user interface in my WPF application, similar to the Scheduled Tasks user interface in Windows.
I plan to suck out the task parameters from the user interface and schedule it on the server.
I do not want to reinvent the wheel by doing all this myself.
There are many scheduler libraries (e.g. Quartz) that start as a service and start tasks at a given time - but I only need a user interface.
source
share