ActivityStatusCode
Define the status code of the Activity which indicate the status of the instrumented operation.
namespace System.Diagnostics
{
public enum ActivityStatusCode
{
Unset,
Ok,
Error
}
}