Toolbox.Runtime.RuntimeInstruction.StartIncident (toolbox v1.0.0)

Struct representing instruction to start incident process in server based runtime.

Link to this section Summary

Types

t()

Struct representing instruction to start incident process in server based runtime.

Link to this section Types

@type t() :: %Toolbox.Runtime.RuntimeInstruction.StartIncident{
  actors: [String.t()],
  attributes: map(),
  incident_id: String.t(),
  subscriptions: [{:unit, String.t()}],
  template: module(),
  timestamp: integer()
}

Struct representing instruction to start incident process in server based runtime.