Persistate API documentation
SetStatus Method (message, percentComplete)
NamespacesPersistateUserInterfaceSetStatus(String, Single)

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

Shows the user a current status.
Declaration Syntax
C#
public abstract void SetStatus(
	string message,
	float percentComplete
)
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. If the value is greater than 100.0, then the progress bar is hidden, and the status becomes permanent - not replaced with "ready" at idle. In this case you must remove the status message yourself.
Remarks
If an IPWindow is visible, and MainWindow returns non null, then the status is sent to this window. Otherwise a special status window is created and displayed to show the status.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)