how to do a 'smart' wait in JSL ?
I'm using JSL to add some formula to a large table (10's millions of rows).The next line of code is using to data of the formula, but if it's executed without wait - the data it sees is empty.Adding a wait of few seconds solves it but I want to have a robust way to wait just the required amount of time (which depends on the size
of the table which can vary).Is there a way to know when the command...