Click or drag to resize

Articy.Api.Plugins Namespace

 
Classes
  ClassDescription
Public classAsyncTask
a task descriptor object that hold the information for a long running task (with progress dialog) and allows access to the log messages and progress information of the window
Public classMacroCommandDescriptor
Descriptor object that holds the properties for an entry in the context menu of a plugin command
Public classMacroPlugin
This is the abstract base class for any Macro plugin for articy:draft 3
Delegates
  DelegateDescription
Public delegateCanExecuteCommand
Delegate used by a macro plugin command to check if it can run
Public delegateExecuteCommand
Delegate used by a macro plugin command to execute the implementation of an command
Public delegateTaskAction
The action delegate for the different calls