SuspendedModels Property

The SuspendedModels property returns a collection of SuspendedModel objects.

Syntax

Application .SuspendedModels

Applies To

Application Object

Discussion

If a model is closed abruptly, such as during a system outage, Transformer adds a SuspendedModel object to the SuspendedModels collection.

A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.

Type

Object - SuspendedModels

Access

Read

Examples

objSuspendedModel = objTransApp.SuspendedModels(intX)