PluginProgressEventArgs(String) Constructor |
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public PluginProgressEventArgs(
string message
)
Public Sub New (
message As String
)
Dim message As String
Dim instance As New PluginProgressEventArgs(message)
Parameters
- message String
- The status message.
Remarks Progress is set as indeterminate.
See Also