DataExportHelperExportIsCancelled Method (IAppContext, Int32, Int32) |
Checks whether the export has been cancelled by the user
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static bool ExportIsCancelled(
IAppContext cxt,
int exportJobID,
ref int numCellsExported
)
Public Shared Function ExportIsCancelled (
cxt As IAppContext,
exportJobID As Integer,
ByRef numCellsExported As Integer
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
App Context - exportJobID
- Type: SystemInt32
The export job ID to check for cancelled status - numCellsExported
- Type: SystemInt32
Set during export to indicate how many cells have been exported.
Return Value
Type:
BooleanTrue if the export has been cancelled, else false.
See Also