MonobjcMonobjc Documented Class Library
IsCompleted Property
NamespacesMonobjc.AppKitNSResponder..::..NSResponderAsyncResultIsCompleted
Gets an indication whether the asynchronous operation has completed.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsCompleted { get; set; }
Public Property IsCompleted As Boolean
	Get
	Set
public:
virtual property bool IsCompleted {
	bool get () sealed;
	void set (bool value) sealed;
}
Return Value
true if the operation is complete; otherwise, false.
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.AppKit (Module: Monobjc.AppKit)