Instance.isNew()

Signature

boolean isNew (Concept instance)

Domain

ACTION, CONDITION, BUI

Description

This function returns true if instance was created by a currently running RTC. It also returns true if instance has been configured for cache-only mode and has not been loaded into any current RTC.

Parameters

NameTypeDescription
instanceConceptThe Concept instance to test.

Returns

TypeDescription
booleanTrue if instance was created by a currently running RTC.

Cautions

none