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