Method: Chef::RunContext#delayed_actions

Defined in:
lib/chef/run_context.rb

#delayed_actionsArray[Chef::Resource::Notification] (readonly)

An Array containing the delayed (end of run) notifications triggered by resources during the converge phase of the chef run.

Returns:



195
196
197
# File 'lib/chef/run_context.rb', line 195

def delayed_actions
  @delayed_actions
end