BuildEndStatus Enumeration |
Namespace: UMod.BuildEngine
public enum BuildEndStatus
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | An unknown error occurred while performing the build. | |
Invalid | 1 | A build was attempted with an invalid configuration. | |
Success | 2 | The build succeeded without error. | |
Failed | 3 | The build failed. |