Page 1 of 1
Scheduler Variable
Posted: Tue Sep 11, 2018 5:41 pm
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
Re: Scheduler Variable
Posted: Wed Sep 12, 2018 8:30 am
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
Re: Scheduler Variable
Posted: Thu Sep 13, 2018 6:27 pm
by george
Oleg wrote:
I think that possible to save next scheduling time into user-defined global variable
How can it be done?
Thanks
Re: Scheduler Variable
Posted: Thu Sep 13, 2018 7:44 pm
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.
Re: Scheduler Variable
Posted: Fri Sep 14, 2018 8:43 am
by Rukbunker
What I did:
In the beginning of the task:

- 01.PNG (7.67 KiB) Viewed 12485 times
Ad the end:

- 02.PNG (5.7 KiB) Viewed 12485 times
Re: Scheduler Variable
Posted: Fri Sep 14, 2018 6:03 pm
by george
Rukbunker wrote:What I did:
In the beginning of the task:
01.PNG
Ad the end:
02.PNG
Thanks!
