Package _Framework :: Module Task :: Class Task
[hide private]
[frames] | no frames]

Class Task

source code

object --+
         |
        Task
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, *a, **k)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
clear(self) source code
 
do_update(self, timer) source code
 
do_restart(self) source code
 
add_next(self, task) source code
 
update(self, timer) source code
 
pause(self) source code
 
resume(self) source code
 
toggle_pause(self) source code
 
restart(self) source code
 
kill(self) source code
 
_set_parent(self, manager) source code
 
_task_equivalent(self, other) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]
  is_running
  is_paused
  is_killed
  state
  parent_task

Inherited from object: __class__

Method Details [hide private]

__init__(self, *a, **k)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

is_running

Get Method:
unreachable.is_running(self)

is_paused

Get Method:
unreachable.is_paused(self)

is_killed

Get Method:
unreachable.is_killed(self)

state

Get Method:
unreachable.state(self)

parent_task

Get Method:
unreachable.parent_task(self)