View Source amoc (amoc v3.0.0-rc1)
Link to this section Summary
Link to this section Types
-type scenario() :: module().
Link to this section Functions
-spec add(pos_integer()) -> ok | {error, any()}.
-spec do(scenario(), non_neg_integer(), amoc_config:settings()) -> ok | {error, term()}.
-spec remove(pos_integer(), boolean()) -> {ok, non_neg_integer()} | {error, any()}.
-spec stop() -> ok | {error, any()}.