Constructordojox.off.sync.finishedDownloading

dojo.require("dojox.off.sync");
defined in dojox/off/sync.js

Applications call this method from their after getting a "download" event in dojox.off.sync.onSync to signal that they are finished downloading any data that should be available offline

Usage

function (/*Boolean?*/ successful, /*String?*/ errorMessage) (view source)
parametertypedescription
successfulBooleanOptional. Whether our downloading was successful or not. If not present, defaults to true.
errorMessageStringOptional. If unsuccessful, a message explaining why

PropertiesBack to top

Whether our downloading was successful or not. If not present, defaults to true.