Hello there! My team recently moved from PROS to VCS, and we were wondering how to declare and run tasks in the background in this program. Does anyone have any ideas? Thanks!
First off, if you are working with code complicated enough to use tasks, do yourself a favor and don’t use VCS. You will quickly find that VCS cannot manage complex programs well. Vexcode text is VCS, but is geared to more experienced programmers while having the easy VCS API.
As to your question, Jpearman has wonderful post explaining both tasks and threads. This can be used in VCS and Vexcode.
Alright, I’ll try VexCode V5. Thanks!