Toolbox.Runtime.RuntimeInstruction.StartIncident
(toolbox v1.0.0)
Struct representing instruction to start incident process in server based runtime.
Struct representing instruction to start incident process in server based runtime.
@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.