Table of Contents

Enum BuildStatus

Namespace
Ando.Server.Models
Assembly
Ando.Server.dll

The current status of a build.

public enum BuildStatus

Fields

Cancelled = 4

Build was cancelled by user.

Failed = 3

Build failed (step failure or error).

Queued = 0

Build is waiting in queue.

Running = 1

Build is currently executing.

Success = 2

Build completed successfully.

TimedOut = 5

Build exceeded timeout limit.