invocation
The receiver’s invocation object.
レシーバの持つ発動オブジェクト。
Availability 有効性
Technology
@property(nullable, readonly, retain) id result;
The object returned by the method or an NSValue
object containing the return value if it is not an object. nil
if the method or invocation is not finished executing.
メソッドによって返されるオブジェクトまたは、それがオブジェクトでないならばその戻り値を含んでいるNSValue
。nil
、もしメソッドまたは発動が遂行が終了されないならば。
If an exception was raised during the execution of the method or invocation, accessing this property raises that exception again. If the operation was cancelled or the invocation or method has a void
return type, accessing this property raises an exception; see Result Exceptions.
メソッドまたは発動の遂行の間に例外が引き起こされたならば、このプロパティにアクセスすることはその例外を再び引き起こします。演算がキャンセルされたまたは発動やメソッドがvoid
戻り型を持ちならば、このプロパティにアクセスすることは例外を引き起こします;例外という結果になるを見てください。
invocation