MonobjcMonobjc Documented Class Library
Resume Method
NamespacesMonobjc.FoundationNSTaskResume()()()()

Resumes execution of the receiver task that had previously been suspended with a suspend message.

Original signature is '- (BOOL)resume'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Resume()
Public Overridable Function Resume As Boolean
public:
virtual bool Resume()
Return Value
YES if the receiver was able to resume execution, 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)