The CommandList_RemoveAll() function removes all items from the specified command list.
CommandList_RemoveAll(command_list_tag)
• command_list_tag – The integer tag value specifying the command list from which all items are being removed.
A boolean. The value true indicates all items were removed, while false indicates they were not.