SYTask Class Reference

A cancelable object that refers to the lifetime of processing a given request. More...

#import <SYTask.h>

Inheritance diagram for SYTask:
Collaboration diagram for SYTask:

Instance Methods

(void) - cancel
 Cancel running task. If task is not running, or already finished, does nothing. More...
 
(void) - setTaskStatus: [implementation]
 

Properties

SYTaskStatus status
 Task status. More...
 
NSString * statusInfo
 Additional info which may be used to describe the task status further. More...
 

Detailed Description

A cancelable object that refers to the lifetime of processing a given request.

Method Documentation

◆ cancel()

- (void) cancel

Cancel running task. If task is not running, or already finished, does nothing.

◆ setTaskStatus:()

- (void) setTaskStatus: (Sygic::Operations::OperationStatus)  result
implementation

Property Documentation

◆ status

- (SYTaskStatus) status
readatomicassign

Task status.

◆ statusInfo

- (NSString*) statusInfo
readatomicassign

Additional info which may be used to describe the task status further.


The documentation for this class was generated from the following file: