new ArchActionClearUtilizationLabel(coreClearUtilizationLabelActionViewModel)
The Architect Scripting class that represents the Clear Utilization Label action.
Instances of this action should be created by calling ArchFactoryActions#addActionClearUtilizationLabel
Parameters:
| Name | Type | Description |
|---|---|---|
coreClearUtilizationLabelActionViewModel |
Object | ( Internal ) an Architect core Clear Utilization Label action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionClearUtilizationLabel'.
-
readonly clearUtilizationLabelOutputsFailure :ArchNamedValueList
-
The contents of this named value list come from the Failure Outputs schema. It will contain two values: errorType and errorMessage. These values will be returned by the server if the action takes the Failure path.
-
readonly isArchActionClearUtilizationLabel :boolean
-
Returns true indicating that this is an ArchActionClearUtilizationLabel instance.
-
readonly outputSuccess :ArchActionOutput
-
The success output for this action
- Inherited From: