Callback to be executed when the promise completes regardless of whether an error occurred
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IPromise Always(
Action callback
)
Function Always (
callback As Action
) As IPromise
Parameters
- callback
- Type: SystemAction
Return Value
Type:
IPromiseSee Also