Wait

KCM Core waits until the specified file is created and unlocked by other applications.

Syntax

Wait
   File(<text>)
   TimeOut(<number>);

Parameters

  • File: Required. The file for which KCM Core waits.
  • TimeOut: Optional. The maximum amount of time in seconds that KCM Core waits if the file does not exist or if another process is locking the file. If this parameter is not specified, KCM Core waits indefinitely for the file to be created or unlocked. If the value of this parameter is 0 and File is locked, KCM Core immediately reports an error.