IWorksDriver interface : IWorksDriver methods overview

IWorksDriver methods overview
Use the following table to quickly locate an IWorksDriver method by name or by description.
 
Tells the plugin to terminate a task or to terminate all currently executing tasks.
Tells the plugin to terminate the connection to a device.
Notifies the plugin of the state of a protocol’s compile sequence.
Gets a 32x32 bitmap image from the plugin to display for a device or task in the protocol editor.
Gets a dynamic description or a detailed description for a task from the plugin.
Gets a text string describing the error that occurred when the plugin returned an error code; writes the string to the Main Log; and displays the standard error dialog box, which contains the string.
Gets a dynamic bitmap from the plugin that shows the labware located on a device.
Gets information about the plugin as XML metadata, or notifies the plugin of changes that the user made to device or task parameters.
Tells the plugin to ignore an error that occurred during a task.
Asks the plugin whether a location is available for a labware-handling process.
Tells the plugin to make a location available for a labware-handling process.
Notifies the plugin that a labware-transfer process was aborted.
Obsolete. This method should be implemented as return E_NOTIMPL (0x80004001).
Instead of this method, VWorks software calls the IWorksDiags ShowDiagsDialog method to display a diagnostics dialog box. See IWorksDiags “ShowDiagsDialog method” .