Majic.Server.Status (Majic v1.0.0) View Source
Represents Status of the underlying Server.
Link to this section Summary
Link to this section Types
Specs
t() :: %Majic.Server.Status{
cycles: non_neg_integer(),
state: Majic.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.