ImportJobStatus
EnumProcessing states of an import job.
#
Possible enum values
FAILEDThe import stopped without a successful result.
PARTIALLY_FAILEDThe import completed, but one or more entries could not be processed.
PENDINGThe import is queued and has not started.
RUNNINGThe import is currently being processed.
SUCCEEDEDEvery import entry was processed successfully.