Message 1 of 2
Get name of pending commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for a way to get the name of a pending command. When a command is started during user input, the user input is canceled. If the current command was left, the pending command will be started. I would like to detect the pending commands name inside the current running command without leaving it. I found acedIsInputPending to detect if there's a pending command. And I found acedEatCommandThroad to remove the pending command. Furthermore I found out that the queue for the pending commands is called command throat. Are there more functions to interact with the command throat?
Thanks in Advance,
Martin