dojox.timing.Sequence._go
dojo.require("dojox.timing.Sequence");
defined in dojox/timing/Sequence.js
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.
Usage
function () (view source)