Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + type Struct struct + Parent *Struct + Progress float32 + StepAmount float32 + func New(callback rpc.TaskProgressCB) *Struct + func (p *Struct) AddSubSteps(steps int) + func (p *Struct) CompleteStep() + func (p *Struct) RemoveSubSteps()