$objectExists
$objectExists
will check if a given object exists.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
objectName | string | The object name. | true |
Example(s)
This will return true as the object exists created by $createObject
:
$objectExists
will check if a given object exists.
Field | Type | Description | Required |
---|---|---|---|
objectName | string | The object name. | true |
This will return true as the object exists created by $createObject
: