Interface ParseRunStatus.StatusStage

    • Method Detail

      • status

        ParseRunStatus._FinalStage status​(@NotNull
                                          ParseRunStatusStatus status)

        The status of the parse run:

        • "PROCESSING" - The file is still being processed
        • "PROCESSED" - The file was successfully processed
        • "FAILED" - The processing failed (see failureReason for details)