MonobjcMonobjc Documented Class Library
Suspend Method
NamespacesMonobjc.FoundationNSTaskSuspend()()()()

Suspends execution of the receiver task.

Original signature is '- (BOOL)suspend'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Suspend()
Public Overridable Function Suspend As Boolean
public:
virtual bool Suspend()
Return Value
YES if the receiver was successfully suspended, NO otherwise.
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)