I think that either the types or the function parameters are messed up for sandboxed processes in regards to Job.updateProgress(). The function is available when using non-sandboxed workers, but it's not part of the job object passed to sandboxed processors (however, Job.progress() is a thing).
I think that either the types or the function parameters are messed up for sandboxed processes in regards to
Job.updateProgress(). The function is available when using non-sandboxed workers, but it's not part of the job object passed to sandboxed processors (however,Job.progress()is a thing).