_setResolution
Set the Resolution of the Task.
Parameters
id
The ID of the Task.
resolution
Textual description of the Resolution of the task.
Example
FM_api('Task_setResolution', ['id' => '123', 'resolution' => 'TEST RESOLUTION']);
Result
On Success
{'ok':1}
Last updated