Click or drag to resize

AsyncTaskResult Property

The result is set to the result of the AsyncAction return value. It will be set to false if an exception was caught from the AsyncAction. task to be used in the So the AfterAsyncAction action can react on that return value. For more complex handling you should use the UserData member

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public bool Result { get; }

Property Value

Type: Boolean
See Also