ParseParams is a Boolean property that indicates if the command handler should parse any parameters that occur after the command sent to the
Check method. When ParseParams is True, values occurring after the command and optional
CmdDelimiter are added to the Params property in the command object as individual lines when the
ParamDelimiter character is encountered.
The default value for ParseParams is IdParseParamsDefault.