GMTSTaskState
enum GMTSTaskState : NSUInteger {}
\defgroup GMTSTaskState GMTSTaskState @{
-
Declaration
Swift
case unspecified = 0
Objective-C
GMTSTaskStateUnspecified = 0
-
Declaration
Swift
case opened = 1
Objective-C
GMTSTaskStateOpened
-
Declaration
Swift
case closed = 2
Objective-C
GMTSTaskStateClosed