Instance Property インスタンスプロパティ

isConcurrent

A Boolean value indicating whether the operation executes its task asynchronously. オペレーションがそれのタスクを非同期に遂行するかどうかを指し示すブール値。

Declaration 宣言

var isConcurrent: Bool { get }

Discussion 議論

Use the isAsynchronous property instead. isAsynchronousプロパティを代わりに使ってください。

The value of this property is true for operations that run asynchronously with respect to the current thread or false for operations that run synchronously on the current thread. The default value of this property is false. このプロパティの値は、現在のスレッドに関して非同期に動作するオペレーションに対するtrueまたは現在のスレッド上で同期的に動作するオペレーションに対するfalseです。このプロパティの省略時の値はfalseです。

In macOS 10.6 and later, operation queues ignore the value in this property and always start operations on a separate thread. macOS 10.6以降では、オペレーションキューはこのプロパティの中の値を無視します、そして常にオペレーションをある隔てられたスレッド上で開始します。

See Also 参照

Getting the Operation Status オペレーション状態を取得する