AzureDevOpsCommentThreadStatus Enum

Summary

The wrapper around the native Azure DevOps API comment thread status.
Namespace
Cake.AzureDevOps.Repos.PullRequest.CommentThread
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["AzureDevOpsCommentThreadStatus"] class Type type-node

Syntax

public enum AzureDevOpsCommentThreadStatus

Fields

Name Constant Value Summary
Active
The comment thread is active.
static
ByDesign
The comment thread status is by design.
static
Closed
The comment thread is closed.
static
Fixed
The comment thread is fixed.
static
Pending
The comment thread is pending.
static
Unknown
Unknown comment thread status.
static
WontFix
The comment thread won't be fixed.
static
GitHub
Discussions