View Source Runbox.Scenario.OutputAction.IncidentFuture (runbox v16.0.0)
Incident Future.
The struct represents a future possible change of an Incident. It carries information about how the Incident might change.
The change can be expected to happen at a specified time (then timestamp
is a positive integer
- epoch time in ms) or it is unknown when the change might occur (then
timestamp
isnil
).
Summary
Types
@type t() :: %Runbox.Scenario.OutputAction.IncidentFuture{ description: Runbox.Scenario.OutputAction.interpolable(), severity: Runbox.Scenario.OutputAction.Incident.severity(), status: String.t(), timestamp: integer() | nil }