Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

v5.1.1

Compare
Choose a tag to compare
@wilriker wilriker released this 18 Jan 08:29
· 5 commits to master since this release

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 per execonmcode instance, i.e. if some commands should be performed asynchronously and others synchronously start two execonmcode instances.
  • New parameters -interceptionMode to select between Pre (default), Post and Exectuted
  • 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 -execAsync this applies to all commands of an instance of execonmcode.