added step status (#604)

This commit is contained in:
Aditya Bist
2018-04-17 17:02:22 -07:00
committed by GitHub
parent aacb435cba
commit cec2499264
2 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ namespace Microsoft.SqlTools.ServiceLayer.Agent.Contracts
public string StepName { get; set; }
public string Message { get; set; }
public DateTime RunDate { get; set; }
public int RunStatus { get; set; }
}