0
I have a task that starts a .bat file with some operation with files on a file system and I am interested in evaluating the time it takes for a task to get the job done.
I can see date/time when the task started and status in the History tab of the Task Properties, but am unable to figure out the time it took for the task to actually perform the work. I am able to record this by writing own log file with Python or .bat, but was looking for a way to get this information directly from Task Scheduler (Windows 2008R2/2012).
I missed that one could see the task information and status in Server Manager, too. That was exactly that I was in need for. – Alex Tereshenkov – 2014-02-21T07:01:34.157