commandClassName
Returns the name of the class that will be instantiated to handle the command.
Declaration
var commandClassName: String { get }Return Value
The Objective-C class name (for example, "NSGetCommand"). This is always NSScriptCommand or a subclass.