<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INGetCarPowerLevelStatusIntentResponse/charging-6xnqj",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "s:So38INGetCarPowerLevelStatusIntentResponseC7IntentsE8chargingSbSgvp"
  },
  "title" : "charging"
}
-->

# charging

A Boolean value that indicates whether the electric vehicle is currently charging.

```
@nonobjc final var charging: Bool? { get set }
```

## Discussion

Typically, you assign a value to this property only after handling the intent.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)