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.

Important note: The profile must be active for the restart to take place.

Important note: The restarted job gets a different job number.

Note: During a mapping test, the function does nothing and simply returns false.

Description of 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

Reschedule is performed


No.

10 seconds

Yes.


Yes.

none

No.

0

No.

10 seconds

Yes.

600

No.

10 minutes

Yes.