nestjs-temporal-core
    Preparing search index...

    Interface ScheduleServiceStatus

    Schedule service status

    interface ScheduleServiceStatus {
        available: boolean;
        healthy: boolean;
        initialized: boolean;
        schedulesSupported: boolean;
    }
    Index

    Properties

    available: boolean
    healthy: boolean
    initialized: boolean
    schedulesSupported: boolean