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

List of all members.

Public Member Functions

def __init__
def run

Detailed Description

    A sequence runs each task in order until one fails,
    at which point it returns FAILURE. If all tasks succeed, a SUCCESS
    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 126 of file pi_trees_lib.py.


Constructor & Destructor Documentation

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

Definition at line 134 of file pi_trees_lib.py.


Member Function Documentation

Reimplemented from pi_trees_lib.pi_trees_lib.Task.

Definition at line 137 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