> Does anyone know how or if it is possible to trap signals sent to a laz > app. ie If I where to send 'Kill -s(sig) (lazapp procid) from a shell > prompt, could I respond from within my laz app ? You can use Signal() or Sigaction() from the Linux unit