How to start task once after system start with a delay of e.g. x minutes

Discuss RoboTask here
Post Reply
abackhaus
Posts: 6
Joined: Thu Jul 20, 2023 1:57 pm
Location: Basel Area/Switzerland

How to start task once after system start with a delay of e.g. x minutes

Post by abackhaus »

Hi there

Uff - I run up and down the docs but I need human help ...

I want to start a task once after system startup with a delay of e.g. 5 minutes. Additional the task should be startable with via hotkey.

How can I make this happen ?

Thanks in advance ...
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: How to start task once after system start with a delay of e.g. x minutes

Post by Oleg »

You should have two tasks:
1st is the main task. Attach a HotKey trigger to this task
2nd task - the task starts the main task with a delay. Algorithm is simple:
  • Pause - 5 minutes
  • Start Main task
Check this option (see screnshot)
OnStart.png
OnStart.png (49.56 KiB) Viewed 4527 times
So you achieve your goal:
  • the task starts by hot key
  • the task starts when RoboTask starts with delay
Oleg Yershov
abackhaus
Posts: 6
Joined: Thu Jul 20, 2023 1:57 pm
Location: Basel Area/Switzerland

Re: How to start task once after system start with a delay of e.g. x minutes

Post by abackhaus »

Thanks a lot !
Post Reply