Interface ParseRun.StatusStage

  • All Known Implementing Classes:
    ParseRun.Builder
    Enclosing class:
    ParseRun

    public static interface ParseRun.StatusStage
    • Method Detail

      • status

        ParseRun.ConfigStage status​(@NotNull
                                    ParseRunStatusEnum 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)