GetStatus

InstallShield 2016 » InstallScript Language Reference

Project • The GetStatus function applies to InstallScript Object projects.

The GetStatus function retrieves the current status of the object; that is, the current value of Status.Number.

Tip • To retrieve additional information or to retrieve the status of an object from the installation that contains the object, use the object’s Status object.

Syntax

number GetStatus();

Parameters

GetStatus takes no parameters.

Return Values

GetStatus returns the status of the object.

See Also