Click or drag to resize

PluginProgressEventArgs(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(
	string message
)

Parameters

message  String
The status message.
Remarks
Progress is set as indeterminate.
See Also