at least in suitescript 1.0 there was something wh...
# suitescript
j
at least in suitescript 1.0 there was something where you could get a "context" object and then call
ctx.setPercentageComplete
m
In SuiteScript 2 it's part of the
N/runtime
module (
runtime.getCurrentScript().percentComplete = 50;
)