enum EStopCondition
 StopCondition determines if the processing will stop when any or all of the set targets have been hit.
  Values
  | Key | Value | Comment | 
|---|
 | Any | 0 | Simplygon will stop as soon as one of the reduction targets has been fulfilled. | 
 | All | 1 | Simplygon will continue processing until all of the reduction targets have been fulfilled. | 
 | Key | Value | Comment | 
|---|
 | Any | 0 | Simplygon will stop as soon as one of the reduction targets has been fulfilled. | 
 | All | 1 | Simplygon will continue processing until all of the reduction targets have been fulfilled. | 
 | Key | Value | Comment | 
|---|
 | EStopCondition_Any | 0 | Simplygon will stop as soon as one of the reduction targets has been fulfilled. | 
 | EStopCondition_All | 1 | Simplygon will continue processing until all of the reduction targets have been fulfilled. |