abort job and schedule again after x seconds()
Aborts the profile without an error message, waits the given number of seconds and reschedules a new run with the same input data. See details in section Parked jobs.
The profile must be active for the restart to take place.
The restarted job gets a different job number.
During a mapping test, the function does nothing and simply returns "false".
Parameters
Parameter |
Description |
a |
Seconds to wait. Important note: Values smaller than "10" are replaced by "10", all other values are rounded up to the next tenth digit (e.g. "11" to "20"). |
Examples
Parameter a |
Is mapping test? |
Wait time |
Rescheduling is performed |
|
No. |
10 seconds. |
Yes. |
|
Yes. |
None. |
No. |
0 |
No. |
10 seconds. |
Yes. |
600 |
No. |
10 minutes. |
Yes. |