SyncNow
The sync process runs as a background process based on the time specified in the Sync.Start command.
If you need the synchronization process to start immediately (like when a User taps a Sync Right NOW button), and the synchronization thread is NOT actively running in the background, Sync.SyncNow will cause the process to run immediately for one pass then terminate itself.
If a synchronization process thread is present, but its waiting for its next interval to run, then Sync.SyncNow will trigger the process to wake up and run, then return the thread to its wait-for the-next-interval state.
Group: Sync Extension
Syntax: Sync.StartNow
There are no parameters for this extension.
Example:
Sync.StartNow
Supported Versions: RFgen 5.2.5.5 and newer.