...
There is no direct way to specify that a node should be submitted on different days at different times.
Anchor | ||||
---|---|---|---|---|
|
To get a task to run at two specific times you can use two separate time commands.
Code Block |
---|
task t1
time 15:00 # run at 15:00
time 19:00 # also run at 19:00 |
...