Let me explain better: a script can fail at various points, and adding a save cookie condition at each step can be difficult (even with a move to label). Is there an automatic method that, in case of a script failure, triggers the save cookie action?
@ptt-bds
Could you provide more details please. Which sites is the problem with and what action? Perhaps you could attach a test project so I can replicate your problem?
@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.
@duotrexofficial If you are a premium user, you should have been more active in contacting support. The e-mail might not have arrived. If within 2-3 days the support does not respond to the mail, write to the support skype, to the forum.
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.