JMP/JSL way to run periodic background tasks for refreshing cached data?
I am a developer and already familiar with how background workers, schedulers, and similar patterns are normally implemented in general‑purpose programming languages. However, I’m interested in the JMP‑specific way to handle this. I have a JMP add‑in where the workflow loads data from a cached data file first, and users also have a button they can click if they want to refresh the cache and pull...