This repository was archived by the owner on Sep 5, 2022. It is now read-only.
v5.1.1
This release introduces three new features:
- New parameter
-execAsync. This will execute all commands asynchronously returning control immediately back to DCS. This flag is active for all captured M-Codes perexeconmcodeinstance, i.e. if some commands should be performed asynchronously and others synchronously start twoexeconmcodeinstances. - New parameters
-interceptionModeto select betweenPre(default),PostandExectuted - New parameter
-noFlush. This will prevent flushing the code channel prior to executing the attached command. This is useful if the command can be executed once it is read from disk. As with-execAsyncthis applies to all commands of an instance ofexeconmcode.