Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
webiopi.utils.thread.Task Class Reference
Inheritance diagram for webiopi.utils.thread.Task:

Public Member Functions

def __init__
 
def stop
 
def run
 

Public Attributes

 func
 
 loop
 
 running
 

Detailed Description

Definition at line 9 of file thread.py.

Constructor & Destructor Documentation

def webiopi.utils.thread.Task.__init__ (   self,
  func,
  loop = False 
)

Definition at line 10 of file thread.py.

Member Function Documentation

def webiopi.utils.thread.Task.run (   self)
def webiopi.utils.thread.Task.stop (   self)

Member Data Documentation

webiopi.utils.thread.Task.func

Definition at line 12 of file thread.py.

Referenced by webiopi.utils.thread.Task.run().

webiopi.utils.thread.Task.loop

Definition at line 13 of file thread.py.

Referenced by webiopi.utils.thread.Task.run().

webiopi.utils.thread.Task.running

Definition at line 14 of file thread.py.

Referenced by webiopi.utils.thread.Task.run(), and webiopi.utils.thread.Task.stop().


The documentation for this class was generated from the following file: