UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

34 lines (17 loc) 733 B
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / IMeasurementStatusContext # Interface: IMeasurementStatusContext Node status context value. ## Properties ### error > **error**: `Error` \| `null` If there was an error loading the node statuses, this can contain the error details *** ### isLoaded > **isLoaded**: `boolean` Indicates whether the node statuses have been loaded (either successfully or with an error) *** ### nodeStatuses > **nodeStatuses**: [`NodeStatus`](../../models/interfaces/NodeStatus.md)[] \| `null` Can be null if the node statuses have not been loaded yet or if there was an error loading them