profile
The ArcadeProfile which invoked the Arcade console function. Arcade console messages may be sent from different execution contexts, for example:
ArcadeProfile.AttributeRuleConstraint indicates evaluation of an Attribute Rule Constraint. See documentation for https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/constraint-attribute-rules.htm.
ArcadeProfile.AttributeRuleCalculation indicates evaluation of an Attribute Rule Calculation. See documentation for https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/calculation-attribute-rules.htm.
ArcadeProfile.Labeling indicates evaluation of a LabelDefinition.expression or LabelAngle.angleExpression.
ArcadeProfile.Popup indicates evaluation of an expression used to populate popup fields.
ArcadeProfile.Restricted indicates no optional functionality is allowed and is the preferred default for an ArcadeEvaluator.
ArcadeProfile.Unrestricted indicates optional functionalities are allowed and is the legacy default.
Since
200.1.0