void doContentUpdate()

Overrides content update interval to start an update.

Security

Trust Level Required: Full trust

Return

Void.

Examples


function startUpdate() {
	//If content updating is enabled, this function starts a content update and resets the interval
	KioWareUtils.doContentUpdate();
}