SetText |
Scroll |
Sets the free text information for the workflow instance.
Namespace: Therefore.API
Visual Basic Public Overridable Function SetText ( _ strText As String _ ) C# public virtual void SetText ( string strText )
ParametersstrText Free text information for the workflow instance.
Return ValueNone. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |