== Program Name == pcsFinalizeCont == PCS stream-state == group: TPP table: TPP state: FINALIZE == Description == This simple PCS program does nothing except set the result of the stream-state event to 1 so that it can transition to configured stream-states. pcsFinalizeCont would not be necessary if the [[SCSC>postproc:plsql:epref|Epref]].finalize_event stored procedure were to post its event with a result of 1. pcsFinalizeCont runs the basic PCS client loop: * queries for the next event in its assigned stream-state * if an event is found, set its result to 1 and repeat the loop * if no event is found, sleep 30 seconds and repeat the loop == Program Location == post-proc systems: /home/ncss/ncpp/bin/ == Configuration File == none == Source of Database name == [[PostProc:masterdb]] == Cron Starter Program == 0,10,20,30,40,50 * * * * /home/ncss/ncpp/bin/startPcsTasks == Log File == /home/ncss/ncpp/logs/pcsFinalizeCont.log == Other Programs Called == None