FUITimelineStatus

public enum FUITimelineStatus : Int

The status of FUITimelineItem.

  • A enum indicating the timeline item is a start node.

    Declaration

    Swift

    case start
  • A enum indicating the task is open.

    Declaration

    Swift

    case open
  • A enum indicating the task is in progress.

    Declaration

    Swift

    case inProgress
  • A enum indicating the task is completed.

    Declaration

    Swift

    case complete
  • end

    A enum indicating the timeline item is a end node.

    Declaration

    Swift

    case end