dojox.off.sync.ActionLog.haltReplay
dojo.require("dojox.off.sync");
defined in dojox/off/sync.js
This method is called as we are replaying an action log; it can be called from dojox.off.sync.actions.onReplay, for
Usage
function (/*String*/ reason) (view source)
parameter | type | description |
---|---|---|
reason | String | The reason we halted. |
Examples
Example 1
for an application to indicate an error occurred while replaying this action, halting further processing of the action log. Note that any action log entries that were processed before have their effects retained (i.e. they are not rolled back), while the action entry that was halted stays in our list of actions to later be replayed.