nestjs-temporal-core
    Preparing search index...

    Interface ScheduleCreationResult

    Schedule creation result

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

    Properties

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