_move

Move a Job into the past or future a set number of minutes.

Parameters

id

The ID of the Job.

minutes

Integer number of minutes (though it is passed in as a string).

Example

FM_api('Job_move', ['id' => '222402', 'move' => '60']);

Result

On Success

{'ok':1}

Last updated