Click or drag to resize

ApiSessionExecuteTaskWithProgressDialog Method

Executes the given task as background process while the foreground process shows a progress dialog. Use this method for long running tasks to prevent "application not responding" conditions

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void ExecuteTaskWithProgressDialog(
	AsyncTask aTask
)

Parameters

aTask
Type: Articy.Api.PluginsAsyncTask
The task descriptor that contains all required further information
See Also