Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Stopping a thread with an engine command
Is there an engine command, similar to hcienginestop, that will stop a single thread?
I think I can start a single thread with hcienginerun.
I’m trying to script stopping/starting a thread from a cron job because the connection sometimes goes “stale”.
TIA,
Don
hcicmd -p -c “ pstop” will stop a thread
hcicmd -p -c “ pstart” will start a thread
Hope this helps!
Tom Rioux
Awesome, thanks!