Package linspector :: Package lib :: Package tasks :: Module email :: Class EmailTask
[hide private]
[frames] | no frames]

Class EmailTask

source code

lib.tasks.task.Task --+
                      |
                     EmailTask

Instance Methods [hide private]
 
__init__(self, **kwargs) source code
 
execute_task(self, msg)
this is the method tasks usually override.
source code

Inherited from lib.tasks.task.Task: get_task_type, set_task_type

Inherited from lib.tasks.task.Task (private): _execute

Method Details [hide private]

execute_task(self, msg)

source code 

this is the method tasks usually override. 
It gets called anytime the task should get executed

default does nothing

params:
    msg: the msg for this task

Overrides: lib.tasks.task.Task.execute_task
(inherited documentation)