> ## Documentation Index
> Fetch the complete documentation index at: https://resq-dependabot-github-actions-github-actions-478e18be3d.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ResQ.Simulation.VirtualDrone.Stop()

### [ResQ.Simulation](./ResQ.Simulation.md "ResQ.Simulation").[VirtualDrone](./ResQ.Simulation.VirtualDrone.md "ResQ.Simulation.VirtualDrone")

## VirtualDrone.Stop() Method

Stops the drone's telemetry loop.

```csharp theme={null}
public void Stop();
```

### Remarks

Signals the drone to stop sending telemetry. The drone will complete its current
iteration and then exit the telemetry loop.
