cancelReload method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
qlik.global.cancelReload()
Cancels an ongoing reload. The reload of the app is stopped.
Version history
Version state | Details |
---|---|
Introduced | 1.1 |
Parameters
None
Returns
A promise of a Qlik associative engine reply.
Tip noteFor more information regarding a promise, see The Promise API.
Example
var global = qlik.getGlobal(config);
global.cancelReload(12345);