nestjs-temporal-core
    Preparing search index...

    Interface ScheduleClientInitResult

    Schedule client initialization result

    interface ScheduleClientInitResult {
        client?: ScheduleClient;
        error?: Error;
        source: "none" | "existing" | "new";
        success: boolean;
    }
    Index

    Properties

    client?: ScheduleClient
    error?: Error
    source: "none" | "existing" | "new"
    success: boolean