_setActive
Parameters
id
val
Example
FM_api('JobRecurrence_setActive', ['id' => '123', 'val' => '1']);Result
On Success
{'ok':1}Last updated
Set the Status of the Job Recurrence.
The ID of the Job Recurrence.
Status to be set for the Recurrence (Active - 1, Inactive - 0).
FM_api('JobRecurrence_setActive', ['id' => '123', 'val' => '1']);{'ok':1}Last updated