init()
Returns an initialized process object with the environment of the current process.
Availability 有効性
Technology
url
The URL for the executable.
arguments
An array of NSString
objects that supplies the arguments to the task.
タスクへの引数を提供するNSString
オブジェクトそれらの配列。
If arguments
is nil
, the system raises an NSInvalid
.
terminationHandler
The system invokes this completion block when the task has completed.
An initialized NSTask
object with the environment of the current process.
ある初期化されたNSTask
オブジェクト、現在のプロセスの環境を持ちます。
init()