IsModelActive method: OptInterface class
Syntax
IsModelActive(ModelID)
Description
Use the IsModelActive method to determine if the model specified by ModelId is active before it is used.
Parameters
| Parameter | Description |
|---|---|
|
ModelID |
Specify the model ID as a string. This is the name used for the model definition in Application Designer. |
Returns
A Boolean value: true if the model is active, false otherwise.