struct

Fluxion::StepResult::Paused

Inherits Fluxion::StepResult < Struct < Value < Object

An explicit checkpoint: state is written, a resume command is printed, and the run stops cleanly with the configured exit code.

Constructors

new(item : String, message : String, next_plan_entry : String | Nil = nil, exit_code : Int32 = 75)
Source

Instance methods

exit_code
Source
item
Source
message
Source
next_plan_entry
Source