Trees | Indices | Help |
---|
|
Contains information for one process.
Implements part of the Thread interface.
Methods: start Start this task. Should be called once. run Called by start to really run the task. getName Get the name of the task. setName Set the name of the task. isAlive Whether this Task is still running.
Members: retval Return value of the function.
|
|||
|
|||
|
|||
|
|||
|
|||
name |
|
||
|
|||
boolean |
|
|
Task([group][, target][, name][, args][, kwargs]) Create a task object. group should be None and is reserved for future expansion. target is the function to be called. name is the name of the thread. args and kwargs are the arguments to be passed to target. |
Start this task. Should only be called once. |
Run this task. Should only be called by S.start(). |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 7 11:50:30 2008 | http://epydoc.sourceforge.net |