setMinLaunchTimes method

void setMinLaunchTimes(
  1. int times
)

Implementation

void setMinLaunchTimes(int times) {
  _minLaunchTimes = times;
}