- Dec
- 236
- 2
I have one process monitoring another and I use %@ISPROC[%SMPID] to do the monitoring. When the monitored process stops, %@ISPROC keeps returning TRUE. even though the %SMPID process is gone.
Strangely, if %SMPID is 5016, %@ISPROC[5016] will keep returning 1 but so does %@ISPROC[5017], %@ISPROC[5018], and %@ISPROC[5019], but %@ISPROC[5015] and %@ISPROC[5020] will return 0.
Strangely, if %SMPID is 5016, %@ISPROC[5016] will keep returning 1 but so does %@ISPROC[5017], %@ISPROC[5018], and %@ISPROC[5019], but %@ISPROC[5015] and %@ISPROC[5020] will return 0.