Complete step after

When values are set for both the Wait until and the Wait for properties, this property specifies whether the Wait step completes when the earlier or later of the two times is reached.

The step calculates the interval that the job should wait using both the Wait for and Wait until values, then determines which interval completes first and which completes last.

Values:

First occurs (default)
The job moves to the next step when the first interval completes.
Last occurs
The job moves to the next step when the last interval completes.

Database name
Job.Wait.WhenToMove

Usage notes:

  • If only one of the wait properties has a value specified, this property is ignored.
  • Complete step after is a positional job property. For information about using positional job properties, refer to the Information Center.