How to explicitly stop calling a request in postman through pre-request script?

@surya2706 This is because the changes made by postman.setNextRequest will only come into effect after the current request has completed. Please see Improve postman.setNextRequest() for additional components.