Complete |
Scroll |
Completes the task with the specified task ID.
Namespace: Therefore.API
Visual Basic Public Overridable Function Complete ( _ pServer As TheServer, _ decision As TheTaskDecision _ ) C# public virtual void Complete ( TheServer pServer, TheTaskDecision decision )
Parameters pServer Valid and connected TheServer.
decision A value from TheTaskDecision enumeration.
Return Value None. |
|