ExecuteScheduleAsync
ExecuteScheduleAsync() works the same way as the ExecuteSchedule() function but calculates in the background (asynchronously from third party applications). This is useful for longer Schedules, as work can continue while the Schedule runs computes. Once the data is ready, it is returned to the third party application.
Syntax
ExecuteSchedule(Schedule,Show Error,Parameters,Parameter Value n,…,Param)
Schedule | The schedule to execute. |
Show Error | Boolean to show the error message if the schedule fails. |
Parameters | An array of parameter names that will be set. This must match the order of parameters supplied and the order of parameters in the Schedule as viewed in Quintessence. |
Parameter Value n | The value for the nth parameter |
Param | The value for the thirteenth parameter. |
One thought on “ExecuteScheduleAsync”