OGWTimeTask Class Reference
Inherits from | OGWTask : NSObject |
Declared in | OGWTimeTask.h |
Overview
Task that finishes after a given time has passed. Finishes when the time has elapsed.
Used as base class for other duration-based tasks. Subclasses should call the super implementation when overriding the OGWTask taskDidStartWithStep: and proceedWithStep: methods.