Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
represents checkin state.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Enumeration CheckInState
public enum CheckInState
public enum class CheckInState
type CheckInState
public enum CheckInState
Members
| Member name | Description | |
|---|---|---|
| Committed | checkin operation was commited. | |
| Failed | CheckIn() did not throw an exception, but nothing was checked in (e.g. all pending changes undone) | |
| Paging | Checkin is being paged up to the server. | |
| Unknown | default initial state. |