MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / MonitorAction

Struct MonitorAction

commands/monitor_action.go:10–13  ·  view source on GitHub ↗

MonitorAction monitors process execution

Source from the content-addressed store, hash-verified

8
9// MonitorAction monitors process execution
10type MonitorAction struct {
11 commandName string
12 monitoringRetries uint
13}
14
15// Execute executes monitor action on process with the specified id
16func (a *MonitorAction) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected