# `Common.Message.TimeEstimateToTarget`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L11258)

# `t`

```elixir
@type t() :: %Common.Message.TimeEstimateToTarget{
  commanded_action: XMAVLink.Types.int32_t(),
  land: XMAVLink.Types.int32_t(),
  mission_end: XMAVLink.Types.int32_t(),
  mission_next_item: XMAVLink.Types.int32_t(),
  safe_return: XMAVLink.Types.int32_t()
}
```

Time/duration estimates for various events and actions given the current vehicle state and position.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
