@ac-essentials/app-util
    Preparing search index...

    Type Alias IdleMarkPrinterProxyOptions

    Options for IdleMarkPrinterProxy.

    type IdleMarkPrinterProxyOptions = {
        idleMarkDelayMs?: number;
    }
    Index

    Properties

    Properties

    idleMarkDelayMs?: number

    Delay in milliseconds after which a "MARK" log entry is printed if no other log entries were printed during that time.

    Default is 20 minutes.