new abstract ArchBaseActionTransferWithConnectTimeout(coreTransferActionViewModel)
Parameters:
| Name | Type | Description |
|---|---|---|
coreTransferActionViewModel |
Object | ( Internal ) an Architect core transfer action view model. |
Extends
Members
-
readonly connectTimeout :ArchValueDuration
-
The value to use as a timeout when attempting to connect to the transfer target. This property has a flow-level default.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionTransferWithConnectTimeout'.
-
readonly failureOutputs :ArchNamedValueList
-
List of properties with error information about failed transfers
- Overrides:
-
readonly failureTransferAudio :ArchAudio
-
The failure transfer audio to play on the call in the even the transfer fails at runtime.
- Overrides:
-
readonly hasFakeSuccessOutput :boolean
-
Returns true indicating that this action has a fake success output.
- Overrides:
-
readonly isArchBaseActionTransferWithConnectTimeout :boolean
-
Returns true indicating that this is an ArchBaseActionTransferWithConnectTimeout instance.
-
readonly outputFailure :ArchActionOutput
-
The failure output for this action
- Overrides:
-
readonly preTransferAudio :ArchAudio
-
The pre transfer audio to play on the call.
- Overrides: