Table of Contents

Struct LoadStatus

Namespace
The.Model.Templates
Assembly
Instagile.Model.dll
[Serializable]
public struct LoadStatus
Inherited Members

Constructors

LoadStatus(string, bool)

public LoadStatus(string stepDetail, bool markFailed)

Parameters

stepDetail string
markFailed bool

Fields

MarkFailed

public readonly bool MarkFailed

Field Value

bool

StepDetail

public readonly string StepDetail

Field Value

string