Postcommand can only run once in a process?

Good morning!

@erfajo has informed me in another post that PostCommand() can only run once in a process.

I wanted to clarify. So I understand you cannot run more than one PostCommand() method in a process. Is there any way to post multiple commands from that method?

On the Revit API docs the description states

Posts the command to the Revit message queue…

I’m wondering if there is a way to add more than one command to the queue to be ran from the PostCommand() method.

From what I’m seeing the answer seems to be no, but I just wanted to make sure I am understanding correctly.

Thank you for any feedback in advance!