supportsCommand_ method

bool supportsCommand_(
  1. NSScriptCommandDescription commandDescription
)

Implementation

bool supportsCommand_(NSScriptCommandDescription commandDescription) {
  return _lib._objc_msgSend_640(
      _id, _lib._sel_supportsCommand_1, commandDescription._id);
}