setResultUrl()
Overview
public void function setResultUrl(
required string taskId
, required any resultUrl
)
Sets the result URL of a task. Useful/required when wanting to use built in admin UIs for progress / result viewing of tasks
Arguments
Name | Type | Required | Description |
---|---|---|---|
taskId | string | Yes | ID of the task |
resultUrl | any | Yes | The URL for viewing the result of the task |