Stopped (Frame)

Syntax

<Path>.Stopped → boolean

The read-only attribute Stopped returns if the LockoutZone stopped the Frame (true) or if it did not stop it (false). You can use an observer to find out if the state changed. The attribute is observable.

Then, the Frame shows a pink dot in the LED area of the icon.

Return Value

The return value has the data type boolean.

Example

Frame.Stopped := true

Related Topic

States of the Frame