Fluxion::ModuleItem
A single tracked unit of work as the executor sees it: the step that owns it, its stable key, and enough type information to pick a probe and a state entry for it.
Constructors
Instance methods
display_name
Sourceitem_type
Sourcekey
Sourcepackage_manager
Sourcequalified_key
Unique across the whole profile: the same key can legitimately appear in
two steps, which is why state forget asks for --module when it does.
step
The step this item came from, when the executor needs more than the key to act — a compiled-binary probe needs the checksum, a shell-script probe needs the configured probe command.
step_name
Source