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.
