Hi
I believe unchecking the 'Run tasks in order' makes the tasks run async, not in parallel , but I could be wrong.
Anyway, you cannot mix sync/async code in one VisualCron job. So you would have to move those tasks into a separate job. I think that is
a cleaner way to do it anyway, as my understanding from coding in C#, is that you rarely want to mix sync and async.
Thomas
Edited by user
2017-09-21T03:17:23Z
|
Reason: Not specified