Get a customized tour of VisualCron’s automation, integration, and task scheduling capabilities.
Explore VisualCron’s full power at your own pace with a free, all-access trial for 30 days.
foreach (LogJobHistoryClass jhc in s.Log.GetJobHistory("JobId", DateTime.Now.AddDays(7), DateTime.Now)) { if (jhc.ExitCode!=0) { // do something } }
foreach (LogJobHistoryClass jhc in s.Log.GetJobHistory("JobId", DateTime.Now.AddDays(7), DateTime.Now)) { foreach (LogTaskHistoryClass thc in s.Log.GetTaskExecutionHistory(jhc.ExecutionId)) { } }
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.26.176dac7