Class
Rudy::Routines::Shutdown
In:
lib/rudy/routines/shutdown.rb
Parent:
Rudy::Routines::Base
Methods
execute
init
raise_early_exceptions
Public Instance methods
execute
()
Startup
routines run in the following order:
before dependencies
all other actions (except after_local)
Shutdown
instances
after_local (if present)
after dependencies
init
(*args)
raise_early_exceptions
()
Called by generic_machine_runner
[Validate]