Click or drag to resize

AsyncTaskAfterAsyncAction Property

An Action callback that is executed in the main UI thread after the background thread has finished. The progress window is still open at this point. May be null.

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

Property Value

Type: TaskAction
See Also