Table of Contents

Class FixResult

Namespace
CodeStage.Maintainer.Issues
Assembly
Build.dll

Result of the issue fix operation.

[Serializable]
public class FixResult
Inheritance
object
FixResult

Properties

ErrorText

Contains error text in case fix was not successful. May be empty if fail cause is not known.

public string ErrorText { get; }

Property Value

string

Success

Returns true if fix was successful and confirmed, false otherwise.

public bool Success { get; }

Property Value

bool