Task Status action

Post comments and suggestions for RoboTask here
Post Reply
vbigdeli
Posts: 34
Joined: Mon Sep 15, 2008 2:53 am

Task Status action

Post 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.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Task Status action

Post 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
Oleg Yershov
vbigdeli
Posts: 34
Joined: Mon Sep 15, 2008 2:53 am

Re: Task Status action

Post 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.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Task Status action

Post by Oleg »

I hope to see it as action which is easier to use.
I wrote this into out ToDo
Oleg Yershov
vbigdeli
Posts: 34
Joined: Mon Sep 15, 2008 2:53 am

Re: Task Status action

Post 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 .
Post Reply