Public Member Functions
pi_trees_lib.pi_trees_lib.Selector Class Reference
Inheritance diagram for pi_trees_lib.pi_trees_lib.Selector:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def run

Detailed Description

A selector runs each task in order until one succeeds,
    at which point it returns SUCCESS. If all tasks fail, a FAILURE
    status is returned.  If a subtask is still RUNNING, then a RUNNING
    status is returned and processing continues until either SUCCESS
    or FAILURE is returned from the subtask.

Definition at line 97 of file pi_trees_lib.py.


Constructor & Destructor Documentation

def pi_trees_lib.pi_trees_lib.Selector.__init__ (   self,
  name,
  args,
  kwargs 
)

Definition at line 104 of file pi_trees_lib.py.


Member Function Documentation

Reimplemented from pi_trees_lib.pi_trees_lib.Task.

Definition at line 107 of file pi_trees_lib.py.


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


pi_trees_lib
Author(s): Patrick Goebel
autogenerated on Thu Jun 6 2019 17:33:29