C# Class BF2Statistics.TaskStep

This class represents a Progressable report on a task that uses steps
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
Description string
Error System.Exception
IsFaulted bool
StepId int

Méthodes publiques

Méthode Description
TaskStep ( int Step, string Description = "", bool Faulted = false, Exception Error = null ) : System

Creates a new instance of TaskStep

Method Details

TaskStep() public méthode

Creates a new instance of TaskStep
public TaskStep ( int Step, string Description = "", bool Faulted = false, Exception Error = null ) : System
Step int
Description string
Faulted bool
Error System.Exception
Résultat System

Property Details

Description public_oe property

Gets or Sets a description for this step
public string Description
Résultat string

Error public_oe property

Gets or Sets the error that occured during this task step
public Exception,System Error
Résultat System.Exception

IsFaulted public_oe property

Indicates whether this task step had an error occur
public bool IsFaulted
Résultat bool

StepId public_oe property

Gets or Sets the ID of this step
public int StepId
Résultat int