mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 12:30:32 +00:00
13 lines
No EOL
229 B
C#
13 lines
No EOL
229 B
C#
namespace Cosmos.Build.Builder
|
|
{
|
|
/// <summary>
|
|
/// Build state enum.
|
|
/// </summary>
|
|
public enum BuildState
|
|
{
|
|
CleanupError,
|
|
CompilationError,
|
|
PrerequisiteMissing,
|
|
Running
|
|
}
|
|
} |