var arguments: [String]
Array of strings with the command-line arguments for the process.
そのプロセスに対するコマンドライン引数をもつ文字列からなるある配列。
var globallyUniqueString : String
Global unique identifier for the process.
プロセスに対するグローバルな固有識別子。
var isMacCatalystApp : Bool
A Boolean value that indicates whether the process originated as an iOS app and runs on macOS.
あるブール値、それはプロセスが、iOSアプリとして起源を発した、そしてmacOS上で動作するかどうかを指し示します。
var isiOSAppOnMac : Bool
A Boolean value that indicates whether the process is an iPhone or iPad app running on a Mac.
あるブール値、それはプロセスがMac上で動作しているiPhoneやiPadアプリであるかどうかを指し示します。
var processIdentifier : Int32
The identifier of the process (often called process ID).
プロセスに対する識別子(しばしばプロセスIDと呼ばれます)。
var processName : String
The name of the process.
プロセスの名前。