public interface PersistedVariable extends GlobalVariable
PERSISTED means that the variable is stored with the installation.
 These variables are defined in the installation and will
 exist even when a robot is turned off and on.Variable.Type| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isResolvable()
A persisted variable can not be guaranteed to be present. 
 | 
boolean isResolvable()
PersistedVariable in its Data Model will be undefined if the
 variable cannot be resolved (i.e. the variable is not present).true, if this persisted variable is resolvable (i.e. present in the current installation).Copyright © 2019. All rights reserved.