nestjs-temporal-core
    Preparing search index...

    Interface ScheduleRegistrationResult

    Schedule registration result

    interface ScheduleRegistrationResult {
        error?: Error;
        handle?: ScheduleHandle;
        scheduleId: string;
        success: boolean;
    }
    Index

    Properties

    error?: Error
    handle?: ScheduleHandle
    scheduleId: string
    success: boolean