Edit

GitStatusState Enum

Definition

State of the status.

public enum GitStatusState
type GitStatusState = 
Public Enum GitStatusState
Inheritance
GitStatusState

Fields

Name Value Description
NotSet 0

Status state not set. Default state.

Pending 1

Status pending.

Succeeded 2

Status succeeded.

Failed 3

Status failed.

Error 4

Status with an error.

NotApplicable 5

Status is not applicable to the target object.

Applies to