chaperon v0.3.1 Chaperon.Action.RunScenario View Source
Action that runs a Chaperon.Scenario module from the current session.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Chaperon.Action.RunScenario{
config: map(),
id: String.t(),
pid: pid(),
scenario: Chaperon.Scenario.t(),
scheduler: scheduler()
}