Method: Chef::RunContext#delayed_actions
- Defined in:
- lib/chef/run_context.rb
#delayed_actions ⇒ Array[Chef::Resource::Notification] (readonly)
An Array containing the delayed (end of run) notifications triggered by resources during the converge phase of the chef run.
195 196 197 |
# File 'lib/chef/run_context.rb', line 195 def delayed_actions @delayed_actions end |