var isCancelled : Bool
A Boolean value indicating whether the operation has been cancelled
オペレーションが取れ消されたかどうかを指し示すブール値。
var isExecuting : Bool
A Boolean value indicating whether the operation is currently executing.
オペレーションが現在遂行中かどうかを指し示すブール値。
var isFinished : Bool
A Boolean value indicating whether the operation has finished executing its task.
オペレーションがそれのタスクの遂行を終了したかどうかを指し示すブール値。
var isConcurrent : Bool
A Boolean value indicating whether the operation executes its task asynchronously.
オペレーションがそれのタスクを非同期に遂行するかどうかを指し示すブール値。
var isAsynchronous : Bool
A Boolean value indicating whether the operation executes its task asynchronously.
オペレーションがそれのタスクを非同期に遂行するかどうかを指し示すブール値。
var isReady : Bool
A Boolean value indicating whether the operation can be performed now.
オペレーションがいま実行されることが可能かどうかを指し示すブール値。