Cancel()

Description

Call this function to stop the conversion procedure. No output records will be appended to the output database table after you call this method.

Syntax

Function Cancel()

Parameters

none

Return value

none

Example:

Function OnRecordDone( ok )

If Not ok Then this.Cancel()

End Function 

See also

IsRunning()

TextConverter's Methods