t1 = spinMonitorThread(ctrlSemaphore, 1, CPC_LATCH);
if (!isStopped && !unexpectedException) {
System.out.println("runTest: Sending CPC");
// Send CPC
eeUimaEngine.collectionProcessingComplete();
}
// If have skipped CPC trip the latch
if (unexpectedException && cpcLatch != null) {
cpcLatch.countDown();