ReQueue

Reference:        Insert Requeue Commands 

                        Script Editor Program
                        Alphabetical Command List

                        Topical Command List

Open Syntax Window

MoveBrowserLimitsEndBrowseListStart

Beyond FTP automatically manages errors and will retry any action based on the values provided using this command.  The default behavior is to attempt an action once.  The result is then reported.  By including Requeue commands in the script, you can tell Beyond FTP to repeat an action over a period of time before it is considered finished.  You may include any number of these commands, which are then used to construct a list that is searched in reverse order.  This allows you to override a previous entry at some later point in the script.

Each command can specify a range of error values.  Setting the retry_limit to zero will cause the action to be attempted indefinitely until it works. Setting add minutes to zero specifies an immediate retry.

Note:  The number of retries for a particular action is independent of the errors that resulted in those retries.  A single occurrence of an error with a low retry limit may cancel an action that has already been retried a number of times for other reasons.

The Insert Requeue Commands;window=main dialog provides the mechanism for constructing ReQueue commands.