Click or drag to resize

AsyncTask Constructor

Create a task descriptor object

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public AsyncTask(
	MacroCommandDescriptor aDescriptor,
	List<ObjectProxy> aSelection
)

Parameters

aDescriptor
Type: Articy.Api.PluginsMacroCommandDescriptor
The command descriptor that was used to create this task
aSelection
Type: System.Collections.GenericListObjectProxy
The object selection at the time this task was created
See Also