Click or drag to resize

AsyncTaskBeforeAsyncAction Property

An Action callback to a method that is called before the progress window opens. It is called in the context of main UI thread. May be null. Return false to directly cancel the task before the progress dialog shows up

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

Property Value

Type: TaskAction
See Also