@@ -195,7 +195,12 @@ namespace OTSDataType
bSetFalg = false;
break;
}
+ if (bSetFalg)
+ {
+ this.GetMsrStatus().SetStatus(OTS_MSR_SAMPLE_STATUS.PAUSED);//change the state so that this sample can be processed again.
+
+ }
return bSetFalg;