ILoopable

class phoenix5.ILoopable

Bases: pybind11_object

Interface for loopable objects

isDone() bool
Returns:

true if object is done

onLoop() None

Function called every loop

onStart() None

Function called when object starts

onStop() None

Function called when object stops