Help for this page

Select Code to Download


  1. or download this
        } elsif(    StatusEvent::CONNECT_FAILED
                        == $status->GetStateTransition()
    ...
                &&  $statusNotAuto->GetTotalCount()
                        == statusNotAuto->GetIdleCount()
        ) {
    
  2. or download this
        } elsif(        StatusEvent::CONNECT_FAILED
                    ==  $status->GetStateTransition()
    ...
                &&      $statusNotAuto->GetTotalCount()
                    ==  statusNotAuto->GetIdleCount()
        ) {