Worker.JobRun

From Xojo Documentation

Event


Worker.JobRun(jobData As String) As String

New in 2020r2

Supported on Desktop.

When a job is completed, the JobCompleted event is called passing along the results returned from JobRun.

Notes

The jobData that you receive has no encoding. Apply the encoding as necessary.