PlanetKitSystem
public class PlanetKitSystem : NSObject
The PlanetKitSystem
class represents the system information for the PlanetKit framework.
-
The shared instance of the
PlanetKitSystem
class.Declaration
Swift
@objc public static let shared: PlanetKitSystem
-
The CPU usage of the system.
Declaration
Swift
@objc public var cpuUsage: Double { get }
-
The memory usage of the system in megabytes.
Declaration
Swift
@objc public var memoryUsageMb: Double { get }