Persistate API documentation
SetStatus Method (message, percentComplete, count)
NamespacesPersistate.UI.DesktopStatusWindowSetStatus(String, Single, Int32)

[This is preliminary documentation and is subject to change.]

Shows the user a current status.
Declaration Syntax
C#
public void SetStatus(
	string message,
	float percentComplete,
	int count
)
Parameters
message (String)
A status message which will be shown to the user.
percentComplete (Single)
A percentage complete which will be shown to the user in a progress bar. If this value is negative, the progress bar is hidden.
count (Int32)
Not used

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)