Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface DataProcessingStatus

    A message holding special data processing status information.

    interface DataProcessingStatus {
        errorCounter: number;
        lastExecutionTime: Long;
        maxExecutionTime: Long;
        minExecutionTime: Long;
    }
    Index

    Properties

    errorCounter: number

    Number of errors encountered during data processing.

    lastExecutionTime: Long

    The last execution time of the data processing.

    maxExecutionTime: Long

    The maximum execution time of the data processing.

    minExecutionTime: Long

    The minimum execution time of the data processing.