I made script which is working fine but when any error occur it is stopping every time.I used ignore error command which is not working.I want that if any error occur it should skip and run other code instead od stopping it.Plz help me to solve this problem
@mford7998a
Please attach the project in which this error occurs.
Try disabling "Windows Defender" and Windows firewall and other possible antiviruses that you have.
@Fox Btw, for what exactly is the "Cache mask allow" step in a script needed?
Cache in BAS is roughly speaking a virtual copy of the physical profile data, to work with it and need the actions "Cache Mask Allow" and "Cache Mask Deny". In order to add or not to add data to the virtual copy of the physical profile cache data.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.