TCommandHandlerExecutorFunction
TCommandHandlerExecutorFunction is a special type of function which performs actions for a certain command with the parameters given. It then returns an error code and/or additional data.
TCommandHandlerExecutorFunction = function(AParameterList: TStringArray): THandlerResult;