Click or drag to resize

IGUISetProgress Method

Update console progress message

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
void SetProgress(
	int value,
	int min,
	int max,
	string message
)

Parameters

value  Int32
Current progress, positive integer between min and max. -1 to hide the progress bar.
min  Int32
Minimum progress value. if min is same or larger than max, the progress is indeterminate and will animate but not show progress
max  Int32
Maximum progress value
message  String
Progress text message
See Also