
NAURTECH WEB BROWSER AND TERMINAL EMULATION FOR WINDOWS CE AND WINDOWS MOBILE
CETerm Scripting Guide Page 35
Sleep ( delay )
Delay script execution for specified milliseconds.
result = StopSound ( )
Stop any currently playing sound. Returns 0 on success.
status = WaitForProcess( processID, timeout )
Wait for the specified process to exit. Return after timeout milliseconds even if
process is still running. Return 0 if process has exited, non-zero for timeout or
failure. You must obtain the processID from the property LastExecProcess
immediately after a successful Exec call. This function is deprecated. Full
process control is now provided by the Process object.
Properties
The OS object has the following properties.
Provides access to the current Windows
clipboard “cut and paste” buffer.
Assigning to this property will set the
clipboard contents.
Returns the Event object. This object
provides access to the Windows events
used for synchronization. (read only)
Returns the File object. This object
provides access to the Windows file
systems. (read only)
Returns the last Windows error related to
the OS object.
Returns the process ID of the last
program started via Exec. (read only)
(deprecated)
Returns the last Windows OS error. (read
only).
Returns a summary of the Windows
memory available. (read only)
Komentarze do niniejszej Instrukcji