Upgraded from 5.8x to 6.1.2...API Jobs.Run method syntax has changed.
In 5.8x it was:
Run(JobClass j, bool bolCheckConditions)
In 6.1.2 is now:
Run(JobClass j, bool boolCheckConitions, bool bolSynchrous, bool bolRunFrom Task, string strRunFromTaskId)
API docs aren't up todate...does anybody know what the new parameters mean?