AbortImport
Gets/sets a value that instructs the importer to abort the task.
Compatibility
Available as of IDEA version 9.1.1
Syntax
AbortImport()
Remark
Default value: false. Used only for pre-macro and special routines.
Type
Boolean
Return value
Value is true instructs the importer to abort the task. In the log file appears the error message "operation was canceled".
Example
Option Explicit 'Abort import ... Gets/sets a value that instructs the importer to abort the task Sub Main SmartContext.AbortImport = True End Sub