Documentation Index

Fetch the complete documentation index at: https://docs.lobstersoftware.com/llms.txt

Use this file to discover all available pages before exploring further.

abort job and schedule again after x seconds()

Prev Next

Aborts the Profile execution without an error message and reschedules it with the same input data after a seconds.

IMPORTANT:

  • The profile must be active for the rescheduling to take place.

  • The rescheduled profile execution receives a new job number.

NOTE:

The function is not executed during the mapping test, and always returns false.

Parameter

Parameter

Description

a

Seconds to wait. Values smaller than 10 are replaced with 10; all higher values are accepted as is. If no value is specified, 10 applies as well.

Examples

Parameter a

Is mapping test?

Wait time

Abort and Reschedule?

(empty)

No.

10 seconds.

Yes.

(empty)

Yes.

None.

No.

0

No.

10 seconds.

Yes.

600

No.

600 seconds (10 minutes).

Yes.