Click or drag to resize

BuildEndStatus Enumeration

Represents the end status of a build and indicates whether the build was successfuly or not.

Namespace:  UMod.BuildEngine
Assembly:  UMod-BuildEngine (in UMod-BuildEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public enum BuildEndStatus
Members
  Member nameValueDescription
Unknown0 An unknown error occurred while performing the build.
Invalid1 A build was attempted with an invalid configuration.
Success2 The build succeeded without error.
Failed3 The build failed.
See Also