setResult()
Overview
public void function setResult(
required any result
)
Sets the result for your task. Can then be used for later task result viewing / processing. See also Task manager - ad-hoc tasks (10.9.0 and above).
Arguments
Name | Type | Required | Description |
---|---|---|---|
result | any | Yes | A serializable result, i.e. a struct, array, simple value, etc. Anything you like. |