Versions in this module Expand all Collapse all v1 v1.135.1 Sep 24, 2026 v1.135.0 Sep 23, 2026 Changes in this version + const CapabilityProgress + const CapabilityResult + const DefaultMaxResultBytes + type Live struct + func New(maxLogBytes, maxResultBytes int) *Live + func (l *Live) Bindings() starlark.StringDict + func (l *Live) Log() (string, bool) + func (l *Live) Print(msg string) + func (l *Live) Progress() *script.RunProgress + func (l *Live) Result() json.RawMessage + func (l *Live) Snapshot() (live script.RunLive, version uint64)