Not directly, but it's easy to see:
> bank |> get_mon_arrivals(per_resource=TRUE)
name start_time end_time activity_time resource replication
1 Customer0 0.0000000 12 12 counter 1
2 Guido0 23.0000000 35 12 counter 1
3 Customer1 0.1773647 36 12 counter 1
4 Customer2 8.6410598 48 12 counter 1
5 Customer3 21.1345850 60 12 counter 1
6 Customer4 28.0923489 72 12 counter 1
Customer1 is right after Guido0, and the start_time is before Guido's, so Guido must have displaced Customer1.