Skip to main content

Module run

Module run 

Source
Expand description

Client for a single Actor run (/v2/actor-runs/{runId} and nested routes).

Structs§

LastRunOptions
Options for fetching an Actor’s or task’s last run (crate::clients::actor::ActorClient::last_run_with_options / crate::clients::task::TaskClient::last_run_with_options).
RunChargeOptions
Options for charging a pay-per-event run via RunClient::charge.
RunClient
Client for a specific Actor run.
RunMetamorphOptions
Options for transforming a run into another Actor’s run (metamorph).
RunResurrectOptions
Options for resurrecting a finished run.