SuiteQL: Was looking to use mapreducescriptdeploym...
# suitescript
d
SuiteQL: Was looking to use mapreducescriptdeployment or scriptdeployment to see if a script was currently running, but status does not seem to get updated to 'INPROGRESS' or 'INQUEUE' and always stays as 'NOTSCHEDULED'. Is there somewhere else I should be looking at, to get the actual current run state, or is it impossible?
m
Try
ScheduledScriptInstance
. It has columns for
status
,
mapreducestage
, and
percentcomplete
.
Doh. Didn’t see the reply in channel.
d
Thanks :)