Table of Contents

Enum Status

Namespace
HP.LFT.Report
Assembly
HP.LFT.Report.dll

The possible statuses of an event reported to the report.

public enum Status

Fields

Failed = 2

The event related to the node or to one of its sub-nodes failed.

Passed = 0

The event related to the node and all of its sub-nodes succeeded.

Warning = 1

The event related to the node or to one of its sub-nodes resulted in a warning.