Method: SimpleDeploy::Status#stable?

Defined in:
lib/simple_deploy/stack/status.rb

#stable?Boolean

Returns:

  • (Boolean)


30
31
32
# File 'lib/simple_deploy/stack/status.rb', line 30

def stable?
  (complete? || failed?) && (! create_failed?)
end