Click or drag to resize

PluginProgressEventArgs(Int32, Int32, String) Constructor

Initializes a new instance of the PluginProgressEventArgs class.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public PluginProgressEventArgs(
	int progress,
	int maxProgress,
	string message
)

Parameters

progress  Int32
The current progress.
maxProgress  Int32
The maximum progress value.
message  String
The status message.
See Also