| BooleanParam | ParameterName as string |
A boolean being passed as a parameter in the AppleEvent |
| DescListParam | ParameterName as string |
An AppleEventDescList object being passed as a parameter in the AppleEvent |
| EnumeratedParam | ParameterName as string |
A four character string being passed as a parameter in the AppleEvent |
| FolderItemParam | ParameterName as string |
A folderitem being passed as a parameter in the AppleEvent |
| IntegerParam | ParameterName as string |
An integer (passed as a string) being passed as a parameter in the AppleEvent |
| MacTypeParam | ParameterName as string |
A four character string being passed as a parameter in the AppleEvent |
| ObjectSpecifierParam | ParameterName as string |
An AppleEventObjectSpecifier being passed as a parameter in the AppleEvent |
| RecordParam | ParameterName as string |
An AppleEventRecord being passed as a parameter in the AppleEvent |
| ReplyBoolean | boolean |
A reply in boolean form |
| ReplyDescList | AppleEventDescList |
A reply in AppleEventDescList form |
| ReplyInteger | integer |
A reply in integer form |
| ReplyObjectSpecifier | AppleEventObjectSpecifier |
A reply in AppleEventObjectSpecifier form |
| ReplyRecord | AppleEventRecord |
A reply in AppleEventRecord form |
| ReplyString | string |
A reply in string form |
| StringParam | ParameterName as string |
A string being passed as a parameter in the AppleEvent |
| TimeOut | integer |
Timeout time in seconds- -1 use default
- -2 no timeout
|