<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Virtualization",
  "identifier" : "/documentation/Virtualization/VZVirtualMachine/resume()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Virtualization"
    ],
    "preciseIdentifier" : "c:objc(cs)VZVirtualMachine(im)resumeWithCompletionHandler:"
  },
  "title" : "resume()"
}
-->

# resume()

Resumes a paused VM and notifies the specified completion handler of the results.

```
func resume() async throws
```

## Discussion

Call this method to resume a VM that’s in the [`VZVirtualMachine.State.paused`](/documentation/Virtualization/VZVirtualMachine/State-swift.enum/paused) state. To determine if a VM is in a state that allows you to resume it, check the VM’s [`canResume`](/documentation/Virtualization/VZVirtualMachine/canResume) property.

---

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)