nestjs-temporal-core
    Preparing search index...

    Interface ScheduleRetrievalResult

    Schedule retrieval result

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

    Properties

    error?: Error
    handle?: ScheduleHandle
    success: boolean