Struct RunStatus2
- Namespace
- The.Model.Templates
- Assembly
- Instagile.Model.dll
[Serializable]
public struct RunStatus2
- Inherited Members
-
Constructors
RunStatus2(string, string, int, int, bool)
public RunStatus2(string stepTitle, string stepDetail, int current, int max, bool markFailed)
Parameters
stepTitle string
stepDetail string
current int
max int
markFailed bool
Properties
Current
public int Current { readonly get; set; }
Property Value
- int
MarkFailed
public bool MarkFailed { readonly get; set; }
Property Value
- bool
Max
public int Max { readonly get; set; }
Property Value
- int
StepDetail
public string StepDetail { readonly get; set; }
Property Value
- string
StepDetailsCData
public XmlNode[] StepDetailsCData { get; set; }
Property Value
- XmlNode[]
StepTitle
public string StepTitle { readonly get; set; }
Property Value
- string
Methods
ToString()
public override string ToString()
Returns
- string
Operators
explicit operator RunStatus2(RunStatus)
public static explicit operator RunStatus2(RunStatus status)
Parameters
status RunStatus
Returns
- RunStatus2