timeout call

Started by JR, February 03, 2021, 05:45:41 AM

Previous topic - Next topic

JR

Hi,
Any idea to allow for a maximum allocated time to a call ?
like :
CALL "prgname",param,MAX=10s

something similar to bash command :
timeout 10s prgname param