activated property

bool get activated

The activated read-only property of the Sensor interface returns a boolean value indicating whether the sensor is active.

Because Sensor is a base class, activated may only be read from one of its derived classes.

Implementation

external bool get activated;