Instance.PropertyArray.appendBoolean()

Signature

void appendBoolean (PropertyArrayBoolean arr, boolean value, long time)

Domain

ACTION, BUI

Description

Creates a new propertyAtomBoolean of value with initial history timestamp time and appends to the end of the PropertyArray. Use instanceX.arr[instanceX.arr@length] = value for appending with system current time.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valuebooleanA value to append to the PropertyArray, arr.
timelongThe initial history timestamp.

Returns

TypeDescription
void

Cautions

Use instanceX.arr[instanceX.arr@length] = value for appending with system current time