nestjs-temporal-core
    Preparing search index...

    Interface ScheduleCreationResult

    Schedule creation result

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

    Hierarchy (View Summary)

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