Therefore API > API Reference > Classes > TheTask > Methods
Start
Starts the task.
Namespace: Therefore.API
Visual Basic
Public Overridable Function Start ( _
pServer As TheServer _
)As Integer
C#
public virtual int Start (
TheServer pServer
)
Parameters
pServer
Valid and connected TheServer.
Return Value
Task id of the new task
Exception
Condition
TheServer class
TheServer methods