Semantics : ContinueStatement

ContinueStatement  ::=  continue ( LABEL_NAME | schedule )

Used by:  

The continue statement, with or without a label, works the same way as in Java.

THe continue schedule statement skips the following statements in a schedule handler (see ScheduleStatement) to force the scheduled job to wait for the next timed event.