enum

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

from_options(skip_installed : Bool, reprobe : Bool) : self
Source

Instance methods

live_reprobe?

Returns true if this enum value equals LiveReprobe

Source
probes?
Source
record_only?

Returns true if this enum value equals RecordOnly

Source
skip_installed?

Returns true if this enum value equals SkipInstalled

Source
trusts_state?
Source