pymerlin.model_actions

This module provides actions that tasks can take. Certain actions are labeled async, which means they must be called with the await keyword - for example, await delay(“01:00:00”)

Functions

call(child)

delay(duration)

spawn(child)

param coro:

wait_until(condition)

param condition:

A function returning True or False