var arguments: [String]
Array of strings with the command-line arguments for the process.
そのプロセスに対するコマンドライン引数をもつ文字列からなるある配列。
var environment: [String : String]
The variable names (keys) and their values in the environment from which the process was launched.
それからプロセスが起動された環境における変数名(キー)とそれの値。
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 processIdentifier : Int32
The identifier of the process (often called process ID).
プロセスに対する識別子(しばしばプロセスIDと呼ばれます)。
var processName : String
The name of the process.
プロセスの名前。