Method: Chef::Resource#executed_by_runner

Defined in:
lib/chef/resource.rb

#executed_by_runnerBoolean

Returns If the resource was executed by the runner.

Returns:

  • (Boolean)

    If the resource was executed by the runner



474
475
476
# File 'lib/chef/resource.rb', line 474

def executed_by_runner
  @executed_by_runner
end