BooksFilterProgressStatus

public enum BooksFilterProgressStatus : Sendable

The progress status for books.

  • any

    Books of any progress status.

    Declaration

    Swift

    case any
  • Books that have not yet started.

    Declaration

    Swift

    case notStarted
  • Books that have started but not finished.

    Declaration

    Swift

    case inProgress
  • Books that have finished or been marked as completed.

    Declaration

    Swift

    case completed