The debugger has suspended the simulation just before the end and the sedebug>> prompt indicates that you can still enter debugging commands. In this way, you have an opportunity to inspect the final states of blocks or other aspects of the simulation. To get information about the Single Server block, enter this command:
blkinfo('dd1/Single Server')
The output shows the state of the Single Server block at the current time, T=10. The last two rows of the output represent a table that lists entities in the block. The table has one row because the server is currently storing one entity. The entity has a unique identifier, en11, and is currently in service. This output affirmatively answers the question of whether an entity is in the server when the simulation ends.
