Package pajammin :: Package ai :: Package script :: Module script :: Class DoInstead
[show private | hide private]
[frames | no frames]

Class DoInstead

TaskResult --+
             |
            DoInstead


The task can't be completed yet; perform the given list of subtasks instead, and if they all succeed, then the task is finished. If any of the subtasks fails, then the remaining subtasks will be skipped and the task's recover method will be called.
Method Summary
  __init__(self, *subtasks)
  __repr__(self)

Method Details

__init__(self, *subtasks)
(Constructor)

__repr__(self)
(Representation operator)