Class ProgressIndicator
Writes terminal progress sequences for hosts that support OSC 9;4 style progress indicators.
public class ProgressIndicator
- Inheritance
-
ProgressIndicator
- Inherited Members
Methods
- Clear()
Clears any terminal progress indicator state previously written by this instance.
- SetError(int)
Sets an error progress state using a percentage from 0 to 100.
- SetIndeterminate()
Sets indeterminate terminal progress.
- SetPaused(int)
Sets a paused progress state using a percentage from 0 to 100.
- SetValue(int)
Sets determinate progress using a percentage from 0 to 100.