OctokitWrapperVersionStatus Enumeration |
Values that represent version status of the current installation of butterflow-ui.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.1.0.42906 (1.0.0.0)
Syntax public enum VersionStatus
Members
| Member name | Value | Description |
---|
| Current | 0 | The current version is up to date with the github repository. |
| Behind | 1 | The current version is behind the github repository and should be updated. |
| Custom | 2 | The current version is ahead of the github repository, or is a custom version of butterflow-ui that cannot be compared to the github repository. |
| Unknown | 3 | Github failed to respond with the current version. This could be because of rate limits or a network failure. |
See Also