DataExportHelperExportIsCancelled Method (IAppContext, 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
)
Public Shared Function ExportIsCancelled (
cxt As IAppContext,
exportJobID As Integer
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
App Context - exportJobID
- Type: SystemInt32
The export job ID to check for cancelled status
Return Value
Type:
BooleanTrue if the export has been cancelled, else false.
See Also