GenMagic v1.0.2 GenMagic.Server.Status View Source

Represents Status of the underlying Server.

Link to this section Summary

Types

t()

Represnets Staus of the Server.

Link to this section Types

Link to this type

t()

View Source
t() :: %GenMagic.Server.Status{
  cycles: non_neg_integer(),
  state: GenMagic.Server.state()
}

Represnets Staus of the Server.

  • :state: Represents the current state of the Server

  • :cycles: Represents the number of cycles the Server has run; note that this resets if recycling is enabled.