sharedPostProcessCheckConnectedToCluster function

bool sharedPostProcessCheckConnectedToCluster(
  1. String out
)

Implementation

bool sharedPostProcessCheckConnectedToCluster(String out) {
  return out.contains('The connection to the server');
}