resourceBecameActive

protected open fun resourceBecameActive()(source)

This function is called from the InactiveState when the state is exited. The current behavior is to do nothing. That is, the normal operation of the resource occurs. This function can be used by subclasses to inject logic into this event.