active (property)

Whether a vault has been opened and mounted as a virtual drive.

Syntax

@property (nonatomic,readonly,assign,getter=active) BOOL active;
- (BOOL)active;
public var active: Bool {
  get {...}
}

Default Value

FALSE

Remarks

This property reflects whether the class has opened a vault and mounted a virtual drive for it; it will be true once the CreateVault LoadFromFile method has been called successfully.

This property is read-only.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 iOS Edition - Version 20.0 [Build 8031]