B
Brian Henry
I want to make a schedule of events to occur in a windows service (kinda
like a scheduler) so the user can specify through an external interface to
do a task at a certain time... like this
8pm - import data
2am - process data
but how exactly would you check for those times in order to start the
processing? is there another way besides using a time to check every second
or is that the only way around it? thanks!
like a scheduler) so the user can specify through an external interface to
do a task at a certain time... like this
8pm - import data
2am - process data
but how exactly would you check for those times in order to start the
processing? is there another way besides using a time to check every second
or is that the only way around it? thanks!