X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/TaskManager.html diff --git a/docs/source/TaskManager.html b/docs/source/TaskManager.html index 602f9ed7..f8eb1cac 100644 --- a/docs/source/TaskManager.html +++ b/docs/source/TaskManager.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.util.TaskRunner
  * Provides the ability to execute one or more arbitrary tasks in a multithreaded
  * manner.  Generally, you can use the singleton {@link Ext.TaskManager} instead, but
@@ -101,7 +118,7 @@ Ext.util.TaskRunner = function(interval) {
         }
     };
 
-    /**
+    /**
      * Starts a new task.
      * @method start
      * @param {Object} task <p>A config object that supports the following properties:<ul>
@@ -134,7 +151,7 @@ Ext.util.TaskRunner = function(interval) {
         return task;
     };
 
-    /**
+    /**
      * Stops an existing running task.
      * @method stop
      * @param {Object} task The task to stop
@@ -145,7 +162,7 @@ Ext.util.TaskRunner = function(interval) {
         return task;
     };
 
-    /**
+    /**
      * Stops all tasks that are currently running.
      * @method stopAll
      */
@@ -179,4 +196,6 @@ Ext.TaskManager.start(task);
  * <p>See the {@link #start} method for details about how to configure a task object.</p>
  * @singleton
  */
-Ext.TaskManager = Ext.create('Ext.util.TaskRunner');
\ No newline at end of file +Ext.TaskManager = Ext.create('Ext.util.TaskRunner');
+ +