Fluxion::Executor::RunMode
Inherits Enum < Comparable < Value < Object
How much a run is allowed to trust prior knowledge.
Constants
RecordOnly = 0
Run everything the profile declares, recording what succeeded.
SkipInstalled = 1
Skip what state or a probe says is already there.
LiveReprobe = 2
Ignore state entirely and trust only live probes.
Constructors
Instance methods
probes?
Sourcetrusts_state?
Source