Contents

commandDescriptions(inSuite:)

Returns the command descriptions contained in the suite identified by suiteName.

Declaration

func commandDescriptions(inSuite suiteName: String) -> [String : NSScriptCommandDescription]?

Discussion

Each command description (instance of NSScriptCommandDescription) in the returned dictionary is identified by command name.

See Also

Getting and Registering Command Descriptions