Bsdkrun.Types.ShellSessionInfo (bsdkrun_ex v0.4.0)

Copy Markdown View Source

A shell/exec session opened via the GraphQL openShell mutation.

Summary

Types

t()

@type t() :: %Bsdkrun.Types.ShellSessionInfo{
  finished: boolean(),
  id: String.t(),
  machine_id: String.t(),
  truncated: boolean()
}