var terminationStatus : Int32
The exit status the receiver’s executable returns.
var terminationReason : Process.TerminationReason
The reason the system terminated the task.
Availability 有効性
Technology
var isRunning: Bool
{ get }
true
if the receiver is still running, otherwise false
. false
means either the receiver could not run or it has terminated.
true
、もしレレーバがまだ実行中であるならば、そうでなければfalse
。false
は、レシーバが実行できなかったまたはそれが終了されたのどちらかを意味します。
var terminationStatus : Int32
var terminationReason : Process.TerminationReason
func waitUntilExit ()
func launch()
func terminate()