Quit Method

Description
Terminates execution of the specified task.

Syntax
Sub Quit (TaskNumber As Integer)
Sub Quit (TaskName As String)

Parameters

  • TaskNumber
    The task number for the task to abort (1 to 32).
  • TaskName
    A string expression indicating the task name.

Note


To stop the function executed by Call Method, use Stop Method.

See Also
Halt Method, Resume Method, Xqt Method

Quit Example
VB Example:

m_spel.Quit(3)  

C# Example:

m_spel.Quit(3);