Smith::UI::ToolBlock
Inherits Smith::UI::Block < Reference < Object
Constructors
new(id : String, name : String, summary : String, status : Status = Status::Running, result : String = "", started_at : Time::Instant = Time.instant)
SourceClass methods
Instance methods
elapsed
Sourcefinalized?
Whether the block has stopped changing, and can therefore be printed into the scrollback once and never redrawn. Most blocks arrive finished; the streaming ones say when they are done.
id
Sourcelines(width : Int32) : Array(StyledLine)
Sourcename
Sourceresult
Sourceresult=(result : String)
Sourcestarted_at
Sourcestatus
Sourcestatus=(status : Status)
Sourcesummary
Source