Setup guide

Arguments
nMilliSecs
Required. Amount of time, in milliseconds, to suspend execution.
Application Object
The Application object provides properties and methods specific to executable files
Application(
[
sNameOrFile
]
)
Arguments
sNameOrFile
Optional. Either the name of an existing Application Preset or a path and file name.
Remarks
If sNameOrFile is omitted, an object representing the application preset of the current command is returned. If the
current command does not belong to an application preset, the returned application object is empty, i.e. its Name, File
and Window properties contain only empty values.
If sNameOrFile is a path and/or filename, uICE searches the available application presets for a matching executable. If
none is found, the returned object's Name property is an empty string, but all other properties and methods are valid on
this object.
Click theicon from the scripteditor's toolbar to create an application object from a file.
See Also
Window Object
Properties
Methods
Name
Read-only name of the application. Only valid if the object represents an existing application preset.
File
The full path and filename of the application (read-only)
Window
The application's main window object (read-only). Only valid if the application is running and has at
least one window.
Running
Read/write boolean value indicating whether the application is currently running.