How to run items in scenario consecutively?

Hi everyone, my question us:
i have some objects, for ex. Login and Update with setup atOnceUsers == 100

`
val admin = scenario(“admin”).exec(Login.Login, Update.Update)

`

What i want is not to start Update object until all my 100 users are not logged in

Anyone?