close_connection#

dlubal.api.rsection.Application.close_connection(self)#

Closes connection to API server


Example

from dlubal.api import rsection

with rsection.Application() as rsection_app:
    rsection_app.close_connection()

Tip

Connection is terminated automatically at the end of the script. If the connection needs to be terminated separately, then use this function.