remove_callback#

Session.remove_callback(tag: str) None#

Remove a callback that the :func`add_callback<ansys.pyensight.core.Session.add_callback>` method started.

Given a tag used to register a previous callback (add_callback()), remove this callback from the EnSight callback system.

Parameters:
tagstr

Callback string tag.

Raises:
RuntimeError

If an invalid tag is supplied.