isWeb static method

bool isWeb()

Implementation

static bool isWeb (){
  return  getOSInsideWeb() == "Web" ? true  : false;
}