AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ProcessLoggingOptions

    Process logging options

    interface ProcessLoggingOptions {
        interval?: number;
        outlierDetection?: { entries?: number; interval?: number };
    }
    Index
    interval?: number

    Periodic Logging Interval (in seconds)

    outlierDetection?: { entries?: number; interval?: number }

    Outlier Detection options

    Type Declaration

    • Optionalentries?: number

      Number of Process Info entries to collect for outlier analysis

    • Optionalinterval?: number

      Outlier Interval (in seconds)