func()

in types.go [23:25]


func (s State) IsTerminalState() bool {
	return s != StateRunning
}