Class | Chef::RunStatus |
In: |
lib/chef/run_status.rb
|
Parent: | Object |
Tracks various aspects of a Chef run, including the Node and RunContext, start and end time, and any Exception that stops the run. RunStatus objects are passed to any notification or exception handlers at the completion of a Chef run.
end_time | [R] | |
exception | [R] | |
exception | [W] | |
run_context | [R] | |
run_context | [W] | |
start_time | [R] |
A Hash representation of the RunStatus, with the following (Symbol) keys: