MCPcopy Create free account
hub / github.com/npkgz/cli-progress / stop

Method stop

lib/generic-bar.js:135–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133
134 // stop the bar
135 stop(){
136 // set flag
137 this.isActive = false;
138
139 // store stop timestamp to get total duration
140 this.stopTime = Date.now();
141
142 // stop event
143 this.emit('stop', this.total, this.value);
144 }
145
146 // update the bar value
147 // update(value, payload)

Callers 1

updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected