IWorksDriver interface : Abort method

Abort method
Description
VWorks software calls the Abort method to terminate a specific task or to terminate all currently executing tasks.
To terminate a specific task
1
The plugin notifies VWorks software that an error occurred during a task.
2
VWorks software does the following:
a
Calls the GetErrorInfo method to get a text string from the plugin that describes the error. See “GetErrorInfo method” .
b
c
See “GetErrorInfo method” for a picture of a standard error dialog box.
3
If the user clicks the Abort button, VWorks software calls the Abort method to tell the plugin to terminate the task.
To terminate all currently executing tasks
When the user aborts a run in the Runset Manager, VWorks software calls the Abort method to tell the plugin to terminate all currently executing tasks.
Note: This is not an emergency stop.
Syntax
 
Parameters
None.
Related information