Scheduler Variable

Discuss RoboTask here
Post Reply
george
Posts: 25
Joined: Sun Mar 25, 2018 3:02 pm

Scheduler Variable

Post by george »

Hi Oleg, is there a way I can save into a Variable the next running time of a scheduled task?

For example:

One task is scheduled to run everyday at 9am.

After it runs, the scheduled time changes to {"Tomorrow" at 9am}

I would like to save that into a Variable {12-9-2018 9:00:00}

Is it possible?

Thanks
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Scheduler Variable

Post by Oleg »

Is it possible?
Unfortunately not as yet.
I wrote this into our ToDo.
I think that possible to save next scheduling time into user-defined global variable
Oleg Yershov
george
Posts: 25
Joined: Sun Mar 25, 2018 3:02 pm

Re: Scheduler Variable

Post by george »

Oleg wrote: I think that possible to save next scheduling time into user-defined global variable
How can it be done?

Thanks
Oleg
Site Admin
Posts: 3004
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Scheduler Variable

Post by Oleg »

How can it be done?
Right now - no way, unfortunately.
But I think that possible to improve Scheduler trigger and add such function.
Oleg Yershov
Rukbunker
Posts: 192
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: Scheduler Variable

Post by Rukbunker »

What I did:

In the beginning of the task:
01.PNG
01.PNG (7.67 KiB) Viewed 8974 times
Ad the end:
02.PNG
02.PNG (5.7 KiB) Viewed 8974 times
george
Posts: 25
Joined: Sun Mar 25, 2018 3:02 pm

Re: Scheduler Variable

Post by george »

Rukbunker wrote:What I did:

In the beginning of the task:
01.PNG
Ad the end:
02.PNG
Thanks! :D
Post Reply