# BoolValue

The `BoolValue` class contains a Boolean value.

## Properties

| Property    | Description                                                                                                                             |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| `lastValue` | <p><code>(get) lastValue: boolean (set) (Not Available)</code></p><p>Specifies a Boolean representing the last value of the object.</p> |

## Methods

| Method         | Description                                                                                                                                                                                                                                                                               |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `pinLastValue` | <p><code>pinLastValue(): ConstBoolSignal</code></p><p>Returns a <code>ConstBoolSignal</code> containing a constant value which is the last value of the specified signal before <code>pinLastValue</code> is called. ConstBoolSignal can be passed to a functions which accept bools.</p> |
