active (property)

Whether the class is active and handling OS requests.

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 is currently active and handling OS requests; it will be true once both CreateStorage and MountMedia have been called.

This property is read-only.

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