Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunState ¶
type RunState int
const ( New RunState = 0 // State of a newly created Factomd object Booting RunState = 1 // State when starting up the server Running RunState = 2 // State when doing processing Stopping RunState = 3 // State when shutdown has been called but not finished Stopped RunState = 4 // State when shutdown has been completed )
func (RunState) IsTerminating ¶
IsTerminating returns true if factomd is terminated or in the process of terminating
Click to show internal directories.
Click to hide internal directories.