GenMagic v1.0.1 GenMagic.Server.Status View Source
Represents Status of the underlying Server.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %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.