Description of AddTestTaskResultCommand.
Inheritance: TmxCommand
 protected override void BeginProcessing()
 {
     var command = new AddTestTaskResultCommand(this);
     command.Execute();
 }