titus.genpy.ExecutionState

class titus.genpy.ExecutionState(options, rand, routine, parser)[source]

Bases: object

Passed through a running PFA engine, carrying the state of that engine.

Every PFA function implementation gets this state as an argument.

It includes execution options, random number generators, whether we are in begin, action, or end, etc.

__init__(options, rand, routine, parser)
checkTime()