View Source Runbox.Runtime.Simple.TemplateCarrier.Snapshot (runbox v12.0.0)

State that is periodically persisted to savepoints and loaded when run continues.

Summary

Types

@type t() :: %Runbox.Runtime.Simple.TemplateCarrier.Snapshot{
  template_state: Runbox.Scenario.Simple.state(),
  timeouts: Heap.t()
}