View Source Majic.Server.Status (Majic v1.1.1)
Represents Status of the underlying Server.
Summary
Types
@type 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.