MonobjcMonobjc Documented Class Library
IsCancelled Property
NamespacesMonobjc.FoundationNSOperationIsCancelled

Returns a Boolean value indicating whether the operation has been cancelled.

Original signature is '- (BOOL)isCancelled'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsCancelled { get; }
Public Overridable ReadOnly Property IsCancelled As Boolean
	Get
public:
virtual property bool IsCancelled {
	bool get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)