Worker.SendProgress

From Xojo Documentation

Method

Worker.SendProgress(progressData As String)

New in 2020r2

Supported on Desktop.

Calls the JobProgressed event sending along the data in the parameter. This should only be called from the JobRun event (or methods it calls from the event).