fn start(self: *Progress, name: []const u8, estimated_total_items: usize) *Node

Create a new progress node. Call Node.end when done. TODO solve https://github.com/ziglang/zig/issues/2765 and then change this API to return Progress rather than accept it as a parameter. estimated_total_items value of 0 means unknown.

Parameters

self: *Progress,
name: []const u8,
estimated_total_items: usize,