On Jun 8, 2:18 am, learn.tech...@gmail.com (Amit Saxena) wrote: > Hi all, > > I want to know how to find the status, i.e. "next run time" and "last run > time", of a task which is run through windows task scheduler. > > This is required so as to find out instances where a task gets "hanged" > after run through windows task scheduler. >
Another approach would be separate daemon program that'd read a config file of tasks to watch and monitor the process table for them. Win32::Process::Info might be useful. -- Charles DeRykus -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/