IsPlaying Method
InstallShield 2026
The IsPlaying method of the Ether object returns a Boolean value indicating whether the installation is running.
Syntax
var <variable> = ether.IsPlaying();
Example
var bPlaying = ether.IsPlaying();
Parameters
None.
Return Values
|
Return Value |
Description |
|
true |
Indicates that the installation is running. |
|
false |
Indicates that the installation is not running. |