SyncStart

The synchronization process runs as a background process.

SyncStart sets when this background process comes alive. The launch of the process starts after last sync process completes and after thetimeperiod specified in the command has elasped.

For example, if this command was Sync.SyncStart(10), this means the synchronization process will run 10 minutes after the prior synchronization process has completed. So even if some processes take longer to complete a synch, the start of the next sync is always 10 minutes following the completion of the last sync process.

If for some reason the synchronization process never completes (i.e.have a runaway process), then the successive sync will NOT launch unless had Sync.Command Timeout in your script.

Group: Sync Extension

Syntax: Sync.SyncStart(Interval)

Interval (Long)The number of minutes to wait before launching the process

Example:

Sync.SyncStart(10)

Supported Versions:       RFgen 5.2.5.5and newer.