Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
App Context
exportJobID
Type: SystemInt32
The export job ID to check for cancelled status

Return Value

Type: Boolean
True if the export has been cancelled, else false.
See Also