How to know the different types of 'PLKExitStatus' enum in objective C or any enum via Xcode or in general?

23 Views Asked by At

I have a variable status with type PLKExitStatus which is an enum.I want to know all possible types of this enum so that to perform operations based on what exact type is being returned. For example, PLKExitStatustype1 , PLKExitStatustype2 etc. (i am guessing the types here)

When i try to print object in xcode, i am just seeing the type being returned.

enter image description here

0

There are 0 best solutions below