Edit

GitAsyncRefOperationDetail Class

Definition

Information about the progress of a cherry pick or revert operation.

[System.Runtime.Serialization.DataContract]
public class GitAsyncRefOperationDetail
type GitAsyncRefOperationDetail = class
Public Class GitAsyncRefOperationDetail
Inheritance
GitAsyncRefOperationDetail
Attributes

Constructors

GitAsyncRefOperationDetail()

Properties

Conflict

Indicates if there was a conflict generated when trying to cherry pick or revert the changes.

CurrentCommitId

The current commit from the list of commits that are being cherry picked or reverted.

FailureMessage

Detailed information about why the cherry pick or revert failed to complete.

Progress

A number between 0 and 1 indicating the percent complete of the operation.

Status

Provides a status code that indicates the reason the cherry pick or revert failed.

Timedout

Indicates if the operation went beyond the maximum time allowed for a cherry pick or revert operation.

Applies to