I'm running a search with `runPaged()`. However, I...
# suitescript
s
I'm running a search with
runPaged()
. However, I can have a delay of 15+ minutes between asking for pages. When the delay is long, it seems I'm getting an error where the
result
is undefined (rather than a proper
search.Result
). Has anyone seen this, or put another way, is there some sort of timeout for time-between-page-fetches?