MergeJobState Enum

Summary

This enum is used by a MergeJob to indicate its current state.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["MergeJobState"] class Type type-node

Syntax

public enum MergeJobState

Fields

Name Constant Value Summary
Canceled 1
The MergeJob was cancelled, and reverted back to the left parent of the merge.
static
Committed 2
The MergeJob has been committed.
static
HasUnresolvedConflicts 3
The MergeJob is still open, and has unresolved conflicts.
static
ReadyToCommit 0
The MergeJob is ready to commit, there are no unresolved conflicts (left.)
static