Documentation ¶ Index ¶ type Status func (s Status) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Status ¶ type Status byte The status of a node. const ( // Process is running and hasn't been asked to stop. Running Status = iota + 1 // Process has been asked to stop. Stopping // Process has exited. Stopped ) func (Status) String ¶ func (s Status) String() string Source Files ¶ View all Source files status.go Click to show internal directories. Click to hide internal directories.