---
title: manuallyStop
framework: xctest
role: symbol
role_heading: Type Property
path: xctest/xctmeasureoptions/invocationoptions-swift.struct/manuallystop
---

# manuallyStop

An invocation option that specifies that the test stops taking measurements when the stopMeasuring() function is called.

## Declaration

```swift
static var manuallyStop: XCTMeasureOptions.InvocationOptions { get }
```

## See Also

### Measurement Options

- [manuallyStart](xctest/xctmeasureoptions/invocationoptions-swift.struct/manuallystart.md)
