mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-09 17:52:35 -05:00
fix correct run status for steps
This commit is contained in:
@@ -711,6 +711,11 @@ ORDER BY [InstanceID] ASC";
|
||||
get { return m_serverName; }
|
||||
}
|
||||
|
||||
internal SeverityClass Severity
|
||||
{
|
||||
get { return m_severity; }
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user