Previous: Tutorial: 6. Running the Scenario
Destroy our object
As a pragmatic programmer we must release our resources. If not, we could create a leak. To destroy all our object we just need to destroy our parent object meaning our server object. Every child object will be destroyed as well.
Further reading: Tutorial: 8. Run the final script