fix correct run status for steps

This commit is contained in:
abist
2020-03-06 14:15:36 -08:00
parent 70c5e7b7f9
commit 9ea076e51d
2 changed files with 31 additions and 1 deletions

View File

@@ -711,6 +711,11 @@ ORDER BY [InstanceID] ASC";
get { return m_serverName; }
}
internal SeverityClass Severity
{
get { return m_severity; }
}
#endregion
}
#endregion