Runbox.Runtime.RuntimeInstruction.Timeout (runbox v8.0.0)

Instruction to register unit timeout.

Link to this section Summary

Types

t()

Struct representing unit timeout registration.

Link to this section Types

@type t() :: %Runbox.Runtime.RuntimeInstruction.Timeout{
  timeout_message: %Toolbox.Message{
    body: term(),
    from: term(),
    origin: term(),
    timestamp: term(),
    type: term()
  },
  unit_id: term()
}

Struct representing unit timeout registration.