void abortContentUpdate()
Cancels the content update in progress.
Security
Trust Level Required: Full trust
Return
Void.
Examples
function abortUpdate() {
//If content updating is in progress, this function aborts the update and notifies the server
KioWareUtils.abortContentUpdate();
}