dojox.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
parameter | type | description |
---|---|---|
successful | Boolean | Optional. Whether our downloading was successful or not. If not present, defaults to true. |
errorMessage | String | Optional. If unsuccessful, a message explaining why |
PropertiesBack to top
Whether our downloading was successful or not. If not present, defaults to true.