package fsm

import "go-hep.org/x/hep/fwk/fsm"

Index

Types

type State

type State int
const (
	Undefined State = iota
	Configuring
	Configured
	Starting
	Started
	Running
	Stopping
	Stopped
	Offline
)

func (State) String

func (state State) String() string

Source Files

fsm.go

Version
v0.37.1 (latest)
Published
Jun 3, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
2 hours ago

Tools for package owners.