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