x
authorClaus Gittinger <cg@exept.de>
Wed, 03 Aug 2011 16:46:18 +0200
changeset 2590 89d5257edfcf
parent 2589 0d6e28eb03de
child 2591 fe84525321f7
x
BackgroundJob.st
--- a/BackgroundJob.st	Wed Aug 03 16:43:30 2011 +0200
+++ b/BackgroundJob.st	Wed Aug 03 16:46:18 2011 +0200
@@ -29,7 +29,7 @@
 	instanceVariableNames:'name job priority thread running'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-CodeView'
+	category:'System-Support'
 !
 
 !BackgroundJob class methodsFor:'documentation'!
@@ -60,6 +60,13 @@
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 "
+!
+
+documentation
+"
+    An entry in a background-job-processing (aka batch) system.
+    The processor is elsewhere.
+"
 ! !
 
 !BackgroundJob class methodsFor:'instance creation'!
@@ -185,10 +192,10 @@
 !
 
 start
-
     self startWithPriority: priority
 
     "Created: / 28-04-2011 / 20:23:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 03-08-2011 / 16:44:36 / cg"
 !
 
 startWithPriority: prio
@@ -227,8 +234,12 @@
 
 !BackgroundJob class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundJob.st,v 1.6 2011-08-03 14:46:18 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundJob.st,v 1.5 2011-08-03 14:43:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundJob.st,v 1.6 2011-08-03 14:46:18 cg Exp $'
 !
 
 version_SVN