nestjs-temporal-core
    Preparing search index...

    Interface ScheduleRetrievalResult

    Schedule retrieval result

    interface ScheduleRetrievalResult {
        error?: Error;
        handle?: ScheduleHandle;
        success: boolean;
    }
    Index
    error?: Error
    handle?: ScheduleHandle
    success: boolean