<!--
{
  "availability" : [
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMTremorResultHandler",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:@T@CMTremorResultHandler"
  },
  "title" : "CMTremorResultHandler"
}
-->

# CMTremorResultHandler

A completion handler for accessing and processing tremor results.

```
typealias CMTremorResultHandler = ([CMTremorResult], (any Error)?) -> Void
```

## Parameters

`tremorResult`

An array of tremor results found by the query.

`error`

If an error occurred, this parameter contains information about the error; otherwise it is `nil`.

---

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)