BasesController.addResult method
BasesController › addResult
Unofficial
Adds a result to the results.Signature:
addResult(result: unknown, arg2: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| result | unknown | The result to add. |
| arg2 | unknown |
Returns: unknown — The add result.