_setName

Set the name of a Job Recurrence.

Parameters

id

The ID of the Job Recurrence.

val

The Name to be set for the Job Recurrence.

Example

FM_api('JobRecurrence_setName', ['id' => '10', 'val' => 'Test Name']);

Result

On Success

{"ok":1}

Last updated