CommandListProcessOption Enum

See CommandList::Process for more information.

enum CommandListProcessOption {
OnlyParse = 0,
QueueAndExecute = 1,
ExecuteImmediately = 2
}