blessed-components - v1.20.0
    Preparing search index...

    Interface CommandLogRetry

    Retry information associated with a command execution.

    interface CommandLogRetry {
        attempt: number;
        maxAttempts?: number;
        nextAt?: string;
    }
    Index

    Properties

    attempt: number

    One-based execution attempt.

    maxAttempts?: number

    Maximum number of attempts, when bounded.

    nextAt?: string

    Human-readable time at which the next retry is scheduled.