Fluxion::ProcessResult
What a finished process reported.
Constructors
new(exit_code : Int32, stdout : String = "", stderr : String = "", elapsed : Time::Span = Time::Span.zero)
SourceInstance methods
detail
stdout and stderr are merged by the process launcher, so stderr is
normally empty and this is effectively stdout. It stays a single accessor
so callers do not have to know that.
elapsed
Sourceexit_code
Sourcestderr
Sourcestdout
Sourcesuccess?
Source