Method: SimpleDeploy::Status#cleanup_in_progress?

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

#cleanup_in_progress?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/simple_deploy/stack/status.rb', line 18

def cleanup_in_progress?
  /_CLEANUP_IN_PROGRESS$/ === current
end