Page 1 of 1

Task Status action

Posted: Wed May 20, 2015 8:38 pm
by vbigdeli
I also need task overall status action ASAP...something like service status which is for Windows Services.
I wanna get a report from status of the task which is idle or running or disabled/enabled...

I am using some tasks every 10 secs(from more than 20 VMWares clones running same tasks) and sometimes when the robotask calls this task,it's already running so I need task status to run a duplicated task if the main task is not ready to perform another task and dont want to get this error again which occurs at least one time per hour.


W: 5/21/2015 12:08:55 AM: Task "Process Accounts" is already running


Thanks Oleg.

Re: Task Status action

Posted: Thu May 21, 2015 9:21 am
by Oleg
Look at the RoboTaskApp.TaskInfoState property of internal COM object
Also see demo tasks named:
[DEMO] JS script
[DEMO] VB script
These tasks demonstrates how to use it

Re: Task Status action

Posted: Fri May 22, 2015 5:46 pm
by vbigdeli
Ok Thanks Oleg...I hope to see it as action which is easier to use.

I really need pause action or a same method to pause tasks ...I couldn't find any solution except pause action in some conditions.I can't use loops because the robotask are already in a loop and the pause is necessary here.

Sorry for my bad English.

Re: Task Status action

Posted: Mon May 25, 2015 9:32 am
by Oleg
I hope to see it as action which is easier to use.
I wrote this into out ToDo

Re: Task Status action

Posted: Fri Jul 17, 2015 10:35 am
by vbigdeli
Oleg,how long should I wait for this requested feature ?
I really need it and don't want to use COM while you wrote on your TODO .