MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / getTaskQueueStatus

Function getTaskQueueStatus

pkg/cmd/space/view/view.go:99–104  ·  view source on GitHub ↗
(space *spaces.Space)

Source from the content-addressed store, hash-verified

97}
98
99func getTaskQueueStatus(space *spaces.Space) string {
100 if space.TaskQueueStopped {
101 return "Stopped"
102 }
103 return "Running"
104}
105
106func getTaskQueueStatusColored(space *spaces.Space) string {
107 if space.TaskQueueStopped {

Callers 1

viewRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected