Blocks the process until the receiver is finished.
Availability
有効性
macOS 10.0+
Mac Catalyst 15.0+
Technology
Foundation
ファウンデーション
Declaration
宣言
funcwaitUntilExit()
Discussion
議論
This method first checks to see if the receiver is still running using isRunning. Then it polls the current run loop using NSDefaultRunLoopMode until the task completes.
このメソッドは、最初にレシーバがまだ実行中かどうか知るためにisRunningを使って確認します。それからそれは現在の実行ループにNSDefaultRunLoopModeを使ってポーリングします、そのタスクが完了するまで。
waitUntilExit() does not guarantee that the terminationHandler block has been fully executed before waitUntilExit() returns.waitUntilExit()は、terminationHandlerブロックが完全に遂行されることを保証しません、waitUntilExit()が返る前には。