X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..f5240829880f87e0cf581c6a296e436fdef0ef80:/docs/output/Ext.util.TaskRunner.html diff --git a/docs/output/Ext.util.TaskRunner.html b/docs/output/Ext.util.TaskRunner.html index 0f7ac4db..0d873761 100644 --- a/docs/output/Ext.util.TaskRunner.html +++ b/docs/output/Ext.util.TaskRunner.html @@ -1,4 +1,4 @@ -
Properties Methods Events Direct Link

Class Ext.util.TaskRunner

Package:Ext.util
Defined In:TaskMgr.js
Class:TaskRunner
Subclasses:TaskMgr
Extends:Object
Provides the ability to execute one or more arbitrary tasks in a multithreaded +

Class Ext.util.TaskRunner

Package:Ext.util
Defined In:TaskMgr.js
Class:TaskRunner
Subclasses:TaskMgr
Extends:Object
Provides the ability to execute one or more arbitrary tasks in a multithreaded manner. Generally, you can use the singleton Ext.TaskMgr instead, but if needed, you can create separate instances of TaskRunner. Any number of separate tasks can be started at any time and will run independently of each @@ -19,25 +19,30 @@ Ext.TaskMgr.start({ run: updateClock, interval: 1000 }); +

See the start method for details about how to configure a task object.

Also see Ext.util.DelayedTask.

Public Properties

This class has no public properties.

Public Methods

MethodDefined By