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

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

Sets the current status values.
Declaration Syntax
C#
public void SetStatus(
	string message,
	float percentComplete,
	int modCount
)
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.
modCount (Int32)
The current number of uncommitted modifications to objects that the user has made. This includes objects created, modified and deleted, and object linkages made.

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