miva_async_sleep()

 
Sleep until the "until" time, or the modified time on the file described by semfile and semlocation is changed.
Syntax
miva_async_sleep( until, semfile, semlocation )
Return Value: None
  • until = time_t (seconds since 1-JAN-1970) set in the future, the time to sleep until
  • semfile = file name to watch
  • semlocation = location of the file to watch. "script" or "data", defaulting to "data" if any other value.
User Annotations: miva_async_sleep