PxPlus User Forum

Twitter Twitter Twitter

Author Topic: timeout call  (Read 642 times)

JR

  • Member
  • **
  • Posts: 9
    • View Profile
timeout call
« on: February 03, 2021, 05:45:41 AM »
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