MonobjcMonobjc Documented Class Library
AESendMode Enumeration
NamespacesMonobjc.ScriptingBridgeAESendMode

Specify the mode for sending evetns to an application.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum AESendMode
Public Enumeration AESendMode
public enum class AESendMode
Members
MemberDescription
kAENoReply sender doesn't want a reply to event
kAEQueueReply sender wants a reply but won't wait
kAEWaitReply sender wants a reply and will wait
kAEDontReconnect don't reconnect if there is a sessClosedErr from PPCToolbox
kAEWantReceipt (nReturnReceipt) sender wants a receipt of message
kAENeverInteract server should not interact with user
kAECanInteract server may try to interact with user
kAEAlwaysInteract server should always interact with user where appropriate
kAECanSwitchLayer interaction may switch layer
kAEDontRecord don't record this event - available only in vers 1.0.1 and greater
kAEDontExecute don't send the event for recording - available only in vers 1.0.1 and greater
kAEProcessNonReplyEvents allow processing of non-reply events while awaiting synchronous AppleEvent reply
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.ScriptingBridge (Module: Monobjc.ScriptingBridge)