MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / pause

Method pause

src/common/control/TimeControlBase.js:175–179  ·  view source on GitHub ↗

* @function TimeControlBase.prototype.pause * @description 暂停。

()

Source from the content-addressed store, hash-verified

173 * @description 暂停。
174 */
175 pause() {
176 var me = this;
177 me.running = false;
178 me.events.triggerEvent('pause', me.currentTime);
179 }
180
181
182 /**

Calls 1

triggerEventMethod · 0.80

Tested by

no test coverage detected