MCPcopy Index your code
hub / github.com/cloudfoundry/cli / GetProcess

Method GetProcess

actor/v7action/process.go:10–14  ·  view source on GitHub ↗
(processGUID string)

Source from the content-addressed store, hash-verified

8)
9
10func (actor Actor) GetProcess(processGUID string) (resources.Process, Warnings, error) {
11 process, warnings, err := actor.CloudControllerClient.GetProcess(processGUID)
12
13 return resources.Process(process), Warnings(warnings), err
14}
15
16// GetProcessByTypeAndApplication returns a process for the given application
17// and type.

Callers 1

Implementers 1

FakeActorcommand/v7/v7fakes/fake_actor.go

Calls 3

ProcessStruct · 0.92
WarningsTypeAlias · 0.70
GetProcessMethod · 0.65

Tested by

no test coverage detected