<@UJRE19NMP> I think the current status is in the ...
# suitescript
t
@Daryl K I think the current status is in the ScheduledScriptInstance table. For example:
Copy code
SELECT
	TO_CHAR ( StartDate, 'DS TS' ) AS StartDate,
	TO_CHAR ( EndDate, 'DS TS' ) AS EndDate,
	TO_CHAR ( TimeStampCreated, 'DS TS' ) AS TimeStampCreated,
	MapReduceStage,
	Status,
	BUILTIN.DF ( TaskID )
FROM
	ScheduledScriptInstance
👍 1
d
Thanks :)