1.11. Get entity statusΒΆ

It is also possible to retrieve the StatusLevel of an entity given its EntityId:

StatusLevel status = StatisticsBackend::get_status(entity_id);

get_status() throws BadParameter if there is no entity with the given ID.