[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum MacroCommandType
Public Enumeration MacroCommandType
public enum class MacroCommandType

Members

MemberDescription
Active
Pause is inserted after this command.
Pasive
Command should send anything to server. (i.e. waittargetobject, wait..)
PrecedingActive
Command is inserted before last active command.

See Also