• Retrieve the percentage of data (0 to 100) in the interval which has Bad StatusCode.

    Parameters

    • node: UAVariable
    • processingInterval: number
    • startDate: Date
    • endDate: Date
    • callback: ((err: null | Error, dataValues?: DataValue[]) => void)
        • (err, dataValues?): void
        • Parameters

          • err: null | Error
          • OptionaldataValues: DataValue[]

          Returns void

    Returns void