--setquickfix
Syntax
kenaflow.exe --setquickfix <integer> --newquickfixstate <instance> --instance
kenaflow.exe --setquickfix <integer> --newquickfixstate <instance> --machine
Description
This switch is used to set the current status of the specified quickfix eigther for all kenaflow instances of the current server (using switch --machine
) or for the current instance (--instance
).
This must be executed 'as administrator'!
After activating or deactivating a Quickfix all running kenaflow processes must be restarted to "see" the change. This is not done automatically. Especially debuggers - like VS Code or Powershell ISE - has to be restarted.
Please read article Quickfix for details!
Examples
kenaflow.exe --setquickfix 3 --newquickfixstate 1 --machine
kenaflow.exe --setquickfix 3 --newquickfixstate -1 --instance