Class: TransformingStatus

bcdui.core.status. TransformingStatus

The status indicating that an (XSLT) transformation is currently being executed.

new bcdui.core.status.TransformingStatus()

Extends

Methods

inherited equals(status){boolean}

Test the status for logical equivalence to another status object. Usually this function should test if the target status is of the same class as this status.
Name Type Description
status bcdui.core.Status The status object to compare with.
Returns:
Type Description
boolean True, if the specified status object represents the same logical status as the current one.
Returns:
Type Description
string A short code for the Status which can be used for debugging.

inherited getDescription(){string}

Returns:
Type Description
string A longer description of the Status.
Returns:
Type Description
string A debug string summarizing this status object.