Show TOC

wait for timeLocate this document in the navigation structure

Specifies a time of day at which to unblock this command.

Syntax
wait for time ’time_string’
Parameters
time_string

The specific time to execute. Uses the format hh:mm[:ss[.xxx]] [am|pm].

Examples
Example 1
This command instructs Replication Server to wait until 5:30 p.m.:
wait for time '05:30 pm'
Usage
  • Use wait for time to instruct Replication Server to wait until the specified time.

  • The time specified can include hours, minutes, and seconds, up to a maximum of 24 hours.

    If the current time is 6:00 pm, wait for time '5:00 pm' indicates 5:00 p.m. tomorrow.

Permissions

Any user can execute this command.