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:
- tag
str
Callback string tag.
- tag
- Raises:
RuntimeError
If an invalid tag is supplied.