Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


terryo
2012-08-06T23:08:05Z
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?
Sponsor
Forum information
Support
2012-08-07T06:01:16Z
Yes,

    ''' <summary>
    ''' Runs a Job
    ''' </summary>
    ''' <param name="j">The Job object</param>
    ''' <param name="bolCheckConditions">If Job Conditions should be checked</param>
    ''' <param name="bolSynchrous">If this method should wait returning until Job is complete (set true)</param>
    ''' <param name="bolRunFromTask">If you want to start the Job from a particular Task</param>
    ''' <param name="strRunFromTaskId">If bolRunFromTask is true you specify the Task Id here</param>
    ''' <returns></returns>
    ''' <remarks></remarks>

Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top