Fluxion::Executor::RunSummary
What a finished run amounted to.
A class rather than a struct: it is threaded through job and step execution and mutated there, and a struct would be copied at each call so every increment would be lost.
Constructors
new
SourceInstance methods
blocked_jobs
Sourcedry_run
Sourcefailed
SourceJobs that failed, and jobs blocked by a failed dependency.
ok?
Sourcepaused
Sourcerecord(result : StepResult) : Nil
Sourceskipped
Sourcesucceeded
Source