0 / 60 seg.

Given this enumeration, how would you access the integer-type value of 'AppState.Loading'? enum AppState { OffLine, Loading, Ready }