Instance Property インスタンスプロパティ

interruptionHandler

An interruption handler that is called if the remote process exits or crashes. リモートプロセスが退出またはクラッシュするならば呼び出される中断ハンドラ。

Declaration 宣言

var interruptionHandler: (() -> Void)? { get set }

Discussion 議論

It may be possible to re-establish the connection by simply sending another message. The handler is invoked on the same queue as reply messages and other handlers, and it is always executed after any other messages or reply block handlers (except for the invalidation handler). 接続を単に別のメッセージを送ることによって再度確立することは可能かもしれません。このハンドラは、同じキュー上で応答メッセージとして発動されます、そしてそれは常に何らかの他のメッセージまたは返答ブロックハンドラ(無効化ハンドラを別にして)の後に実行されます。