Method: CFoundry::V1::App#started?

Defined in:
lib/cfoundry/v1/app.rb

#started?Boolean

Is the application started?

Note that this does not imply that all instances are running. See #healthy?

Returns:

  • (Boolean)


178
179
180
# File 'lib/cfoundry/v1/app.rb', line 178

def started?
  state == "STARTED"
end