void Attempts to cancel this sync session
if(!this.isSyncing){ return; } this.cancelled = true; if(dojox.off.files.refreshing){ dojox.off.files.abortRefresh(); } this.onSync("cancel");