Enum Status
The possible statuses of an event reported to the report.
public enum Status
Fields
Failed = 2The event related to the node or to one of its sub-nodes failed.
Passed = 0The event related to the node and all of its sub-nodes succeeded.
Warning = 1The event related to the node or to one of its sub-nodes resulted in a warning.