Skip to content

T_Aml_Editor_Plugin_Contracts_PluginCommandsEnum

AutomationML edited this page Jun 24, 2019 · 1 revision

PluginCommandsEnum Enumeration

AutomationML Editor

Enumeration Constants for Plugin Commands. This Constants are used in the Host AutomationML Editor Application to Execute a Plugin internal command. The Plugin should at least publish these commands to the Host via its command list.

Namespace: Aml.Editor.Plugin.Contracts
Assembly: AML.Editor.PluginContracts (in AML.Editor.PluginContracts.dll) Version: 2.1

Syntax

C#

public enum PluginCommandsEnum

VB

Public Enumeration PluginCommandsEnum

C++

public enum class PluginCommandsEnum

Members

 

Member name Value Description
Activate 0 Identifies the activate command
Terminate 1 Identifies the terminate command

See Also

Reference

Aml.Editor.Plugin.Contracts Namespace

Clone this wiki locally