Executing SPEL+ Tasks
You can execute functions in your SPEL+ program as a normal task by using the Xqt method. When you execute a task, global variables are not cleared to default values, as they are when you use the Start method.
To suspend and resume a task, use the Halt and Resume methods.
To quit a task, use the Quit method.
You can also start Controller background tasks using the StartBGTask method.