# `LiveLoad.Result.Users`
[🔗](https://github.com/probably-not/live-load/blob/v0.1.1/lib/live_load/result.ex#L24)

Overall summary of users that completed a scenario run.

# `t`

```elixir
@type t() :: %LiveLoad.Result.Users{
  failed: non_neg_integer(),
  succeeded: non_neg_integer(),
  total: non_neg_integer()
}
```

