Files
react-native-code-push/windows/CodePushUpdateState.cs
2016-05-02 18:06:03 -07:00

6 lines
80 B
C#

enum CodePushUpdateState
{
RUNNING = 0,
PENDING = 1,
LATEST = 2
}