Method: CFoundry::V1::App#start!

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

#start!(async = false) ⇒ Object

Start the application.



119
120
121
122
# File 'lib/cfoundry/v1/app.rb', line 119

def start!(async = false)
  self.state = "STARTED"
  update!
end