nestjs-temporal-core
    Preparing search index...

    Interface WorkerRestartResult

    Worker restart result

    interface WorkerRestartResult {
        error?: Error;
        maxRestarts: number;
        restartCount: number;
        success: boolean;
    }
    Index

    Properties

    error?: Error
    maxRestarts: number
    restartCount: number
    success: boolean