persistenceDelegate property

PersistenceDelegate? persistenceDelegate
getter/setter pair

The delegate that will be used for checking the guards. If null here, the guard system will provide the persistence delegate it has, that can also be null; in which case the guard will not persist its status.

Implementation

PersistenceDelegate? persistenceDelegate;