C# Class JobManagerInterfaces.ExecutionResult

Afficher le fichier Open project: ryanski44/VM-Automation-Framework Class Usage Examples

Méthodes publiques

Свойство Type Description
Attachments List
CloneOnShutdown bool
Errors List
RestartAfter bool
SnapshotDesc string
SnapshotName string
SnapshotOnShutdown bool
Success bool

Méthodes publiques

Méthode Description
ExecutionResult ( ) : System
ExecutionResult ( IEnumerable attachments ) : System
ExecutionResult ( string error ) : System
ExecutionResult ( string error, IEnumerable attachments ) : System

Method Details

ExecutionResult() public méthode

public ExecutionResult ( ) : System
Résultat System

ExecutionResult() public méthode

public ExecutionResult ( IEnumerable attachments ) : System
attachments IEnumerable
Résultat System

ExecutionResult() public méthode

public ExecutionResult ( string error ) : System
error string
Résultat System

ExecutionResult() public méthode

public ExecutionResult ( string error, IEnumerable attachments ) : System
error string
attachments IEnumerable
Résultat System

Property Details

Attachments public_oe property

public List Attachments
Résultat List

CloneOnShutdown public_oe property

public bool CloneOnShutdown
Résultat bool

Errors public_oe property

public List Errors
Résultat List

RestartAfter public_oe property

public bool RestartAfter
Résultat bool

SnapshotDesc public_oe property

public string SnapshotDesc
Résultat string

SnapshotName public_oe property

public string SnapshotName
Résultat string

SnapshotOnShutdown public_oe property

public bool SnapshotOnShutdown
Résultat bool

Success public_oe property

public bool Success
Résultat bool