Struct RunStatus
- Namespace
- The.Model.Templates
- Assembly
- Instagile.Model.dll
[Serializable]
public struct RunStatus
- Inherited Members
-
Constructors
RunStatus(string, string, int, int, bool)
public RunStatus(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
StepTitle
public string StepTitle { readonly get; set; }
Property Value
- string
Methods
ToString()
public override string ToString()
Returns
- string