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

    Interface IMeasurementStatusContext

    Node status context value.

    interface IMeasurementStatusContext {
        error: Error | null;
        isLoaded: boolean;
        nodeStatuses: NodeStatus[] | null;
    }
    Index

    Properties

    error: Error | null

    If there was an error loading the node statuses, this can contain the error details

    isLoaded: boolean

    Indicates whether the node statuses have been loaded (either successfully or with an error)

    nodeStatuses: NodeStatus[] | null

    Can be null if the node statuses have not been loaded yet or if there was an error loading them