Raxol.Terminal.SessionManager.Session (Raxol v2.0.1)

View Source

Summary

Types

t()

@type t() :: %Raxol.Terminal.SessionManager.Session{
  active_window: String.t() | nil,
  clients: [term()],
  created_at: integer(),
  hooks: map(),
  id: String.t(),
  last_activity: integer(),
  metadata: map(),
  name: String.t(),
  persistence_config: map(),
  resource_limits: map(),
  status: :active | :inactive | :detached,
  windows: [term()]
}