Task Scheduling

Hi,
I am scheduling a task in windows task scheduler (windows7). I am giving the time, and path of robot in program/script, and giving file path in arguments. I also given my credentials in Credential manager. But, I am not able know robot is running or not. How to know that…?

Hi @bhargav29494

I think you can deduce if the scheduled task is working or not by checking if you are getting the expected output or you can just put a message box at the start and run the same via scheduler to check if the pop-up appears or not.

Regards

Rajat