open static fun release(scope: Scope): Unit
Resets the state of a single scope. Useful for automation testing when we want to reset the scope used to install test modules.
scope - the scope we want to reset.
scope