dstatus ~master (2022-01-20T03:47:46.1094304)
Dub
Repo
OperationProgressIndicator
dstatus
progress
Undocumented in source.
class
OperationProgressIndicator :
Status
(
alias
mkProgressBar
alias
mkStepCounter
) {
this
(size_t width, size_t stepCount);
void
step
(string description);
void
progress
(short percent);
}
Constructors
this
this
(size_t width, size_t stepCount)
Undocumented in source.
Members
Functions
progress
void
progress
(short percent)
Undocumented in source. Be warned that the author may not have intended to support it.
step
void
step
(string description)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Status
output
File
output
;
Undocumented in source.
anchor
void
anchor
()
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
report
void
report
(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dstatus
progress
classes
OperationProgressIndicator
ProgressBar
functions
makeProgressBar
makeStepCounter
operationProgressIndicator
progressBar