Option Strict On
Option Explicit On

Namespace Nexamas.UI.Components

    ''' <summary>
    ''' Friend-only readiness status for the MASAgendaView public day-agenda visual surface.
    ''' </summary>
    Friend Enum MASAgendaViewReadinessStatus
        Ready = 0
        IncompleteEvidence = 1
        BlockedByRecurrenceEngineLeak = 2
        BlockedByReminderTransportLeak = 3
        BlockedByExternalCalendarProviderLeak = 4
        BlockedByBookingStorageLeak = 5
        BlockedBySchedulerEngineLeak = 6
    End Enum

End Namespace
