MCPcopy
hub / github.com/mcuadros/ofelia / shutdown

Method shutdown

cli/daemon.go:78–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func (c *DaemonCommand) shutdown() error {
79 <-c.done
80 if !c.scheduler.IsRunning() {
81 return nil
82 }
83
84 c.scheduler.Logger.Warningf("Waiting running jobs.")
85 return c.scheduler.Stop()
86}

Callers 1

ExecuteMethod · 0.95

Calls 3

IsRunningMethod · 0.80
WarningfMethod · 0.65
StopMethod · 0.45

Tested by

no test coverage detected