MonobjcMonobjc Documented Class Library
Terminate Method
NamespacesMonobjc.AppKitNSRunningApplicationTerminate()()()()

Attempts to quit the receiver normally.

Original signature is '- (BOOL)terminate'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Terminate()
Public Overridable Function Terminate As Boolean
public:
virtual bool Terminate()
Return Value
Returns YES if the application successfully terminated, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)