for (int x=0; x<1000; x++)
{
  if (MY_ComActivityCheck() == TRUE)
    goto process_again;
}
// exit