The manual is quite extensive and I'm looking forward to playing with many of the features. I read about queue metadata that plugins can check on. But one thing I could not seem to find...
Is it possible for a plugin to enqueue a command onto a command queue? for example, a Profile command `Start Game` calls MyPlugin, and in the static VA_Invoke1 method, have that method check on the status of 'Operations Queue', and then enqueue a number of Profile commands to the 'Operations Queue' and start the queue processing?