JSL Test for Formula Column Evaluations Done
I'm using JSL to import some data from csv files and to create some new formula columns. Before proceeding with additional steps, I want to test for whether the new formula columns have completed their evaluations. Currently, I use the Wait() command but that seems like an unelegant and inefficient way to complete the evaluation. I've looked in the help manual but can't find a JSL command that a...