ArchActionTransferToNumber(coreTransferToNumberActionViewModel)

new ArchActionTransferToNumber(coreTransferToNumberActionViewModel)

The Architect Scripting class for the Transfer to Number action. Instances of this action should be created by calling ArchFactoryActions#addActionTransferToNumber

Parameters:
Name Type Description
coreTransferToNumberActionViewModel Object

( Internal ) an Architect core transfer to number action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionTransferToNumber'.

static, readonly isArchActionTransferToNumber :boolean

Returns true indicating that this object is an ArchActionTransferToNumber instance.

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.

Inherited From:

readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionTransferWithConnectTimeout'.

Overrides:

readonly isArchBaseActionTransferWithConnectTimeout :boolean

Returns true indicating that this is an ArchBaseActionTransferWithConnectTimeout instance.

Inherited From:

readonly releaseLinkTransfer :ArchValueBoolean

Returns whether or not to perform a release link transfer. A value of true will perform a release link transfer and a value of false or NOT_SET boolean will not perform a release link transfer at runtime. This will default false. Until this sentence is removed, please be sure to check this value's settings to ensure it is writableArchValueSettings#isWritable prior to attempting to set a value on it since the definition of this property in Architect Scripting precedes general availability of the ability to configure this behavior.

readonly targetNumber :ArchValueString

The target number for this transfer action