action lock until

Locks actions from the effective date until the expiration date occurs. The expiration date is MIME time format (as in 19 Jul 2007 12:42:51 -0700). You can use substitution with an Inspector like {now}, which will evaluate the time and insert it into the string.

Syntax

action lock until "<expire date>" "<effective date>"

Example

action lock until "{now + 3*days}" "{now}" 

Locks actions immediately, unlocking them in three days.

action lock until "{apparent registration server time + 10 * minutes}" "{apparent
    registration server time}"

Locks actions for 10 minutes, using the current apparent registration server time, which is based on the last time the Client registered with the server.

Version 5.1 and above