NOTAFTER
dateConfiguration parameters
-
warp.timeunits
Checks that the current time is not after the provided timestamp.
The NOTAFTER
function consumes a timestamp (LONG or ISO8601 string representation) on the top of the stack. It checks that the current time (NOW) is not after the provided timestamp.
If it is not after the WarpScript execution continues, otherwise it throws an exception.