dojox.timing.Sequence
dojo.require("dojox.timing.Sequence");
defined in dojox/timing/Sequence.js
This array will contain the sequence defines resolved, so that ie. repeat:10 will result in 10 elements in the sequence, so the repeat handling is easier and we don't need to handle that many extra cases. Also the doneFunction, if given is added at the end of the resolved-sequences.
Usage
function ()
FunctionsBack to top

This method just provides a hook from the outside, so that an interrupted sequence can be continued.

Stop the currently running sequence.

Execute one task of this._defsResolved. if _running was set to false stop the sequence, this is the case when i.e. stop() was called.