X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.TaskMgr.html diff --git a/docs/output/Ext.TaskMgr.html b/docs/output/Ext.TaskMgr.html index cc9a2070..c5d35893 100644 --- a/docs/output/Ext.TaskMgr.html +++ b/docs/output/Ext.TaskMgr.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link
TaskRunner
  TaskMgr

Class Ext.TaskMgr

Package:Ext
Defined In:TaskMgr.js
Class:TaskMgr
Extends:TaskRunner
A static Ext.util.TaskRunner instance that can be used to start and stop arbitrary tasks. See +
TaskRunner
  TaskMgr

Class Ext.TaskMgr

Package:Ext
Defined In:TaskMgr.js
Class:TaskMgr
Extends:TaskRunner
A static Ext.util.TaskRunner instance that can be used to start and stop arbitrary tasks. See Ext.util.TaskRunner for supported methods and task config properties.
// Start a simple clock task that updates a div once per second
 var task = {
@@ -7,8 +7,8 @@
     },
     interval: 1000 //1 second
 }
-Ext.TaskMgr.start(task);


This class is a singleton and cannot be created directly.

Public Properties

This class has no public properties.

Public Methods

MethodDefined By