ClaimInstance |
Scroll |
Claims the workflow instance.
Namespace: Therefore.API
Visual Basic Public Overridable Function ClaimInstance ( _ pServer As TheServer _ ) As String C# public virtual string ClaimInstance ( TheServer pServer )
Parameters pServer A valid and connected TheServer object.
Return Value If already claimed, the username of the user who has currently claimed the instance is returned. Otherwise an empty string is returned. |
|
Requires Loaded Instance Load an instance definition from the server before calling this method. |