Foundation.NSOperation: Property Members

The properties of Foundation.NSOperation are listed below. For a list of all members, see the NSOperation Members list.

See Also: Inherited members from Foundation.NSObject

Public Properties

[read-only]
Asynchronousbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DependenciesNSOperation[]. The operations on which this NSOperation is dependent.
[read-only]
IsCancelledbool. Whether this NSOperation has been cancelled.
[read-only]
IsConcurrentbool. Whether this operation runs asynchronously.
[read-only]
IsExecutingbool. Whether this operation is currently executing.
[read-only]
IsFinishedbool. Whether this operation is done executing.
[read-only]
IsReadybool. Whether this operation can be performed now.
Namestring. Documentation for this section has not yet been entered.
QualityOfServiceNSQualityOfService. Documentation for this section has not yet been entered.
QueuePriorityNSOperationQueuePriority. The priority of this operation in its operation queue.
ThreadPrioritydouble. The thread priority used when executing this operation.