Stop Sync

You can stop the sync process using the sync.stop API.

stop.sync

Signature

sync.stop(callback)

Platform Availability

The Stop Sync API is supported on the following platforms:

Example

sync.stop( function () 
{
alert(“Sync has been stopped”);
});

Following illustration shows the end-to-end workflow for the stop sync API: 

Requirements

Following are some of the key requirements that need to be enabled for the stop sync process: 

Copyright © 2013 Kony, Inc. All rights reserved.