Support functions which checks whether a given wrapper function is currently in-use or not or which locally activate or deactivate a wrapper (setting will be automatically resetted when a function finishes).
isWrapperActive(name)setWrapperActive(name)
setWrapperInactive(name)
name of the wrapper in question (e.g. "calcOutput")
setWrapperActive()
: set wrapper activity status to on
setWrapperInactive()
: set wrapper activity status to off
Jan Philipp Dietrich