Skip to main content

ExportEventsEnum

No description

enum ExportEventsEnum {
EXPORT_PENDING
EXPORT_SUCCESS
EXPORT_FAILED
EXPORT_DELETED
EXPORTED_FILE_SENT
EXPORT_FAILED_INFO_SENT
}

Values

ExportEventsEnum.EXPORT_PENDING

Data export was started.

ExportEventsEnum.EXPORT_SUCCESS

Data export was completed successfully.

ExportEventsEnum.EXPORT_FAILED

Data export failed.

ExportEventsEnum.EXPORT_DELETED

Export file was deleted.

ExportEventsEnum.EXPORTED_FILE_SENT

Email with link to download file was sent to the customer.

ExportEventsEnum.EXPORT_FAILED_INFO_SENT

Email with info that export failed was sent to the customer.

Member Of

ExportEvent object

Was this page helpful?