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.
server.Processes.TaskProcessEnded += new Processes.DelegateTaskProcessEnded(Processes_TaskProcessEnded); } void Processes_TaskProcessEnded(ref Server server, VCTaskProcessClass pc) { TaskClass tc = s.Jobs.Tasks.Get(pc.TaskId); Console.WriteLine(tc.Stats.Result); }
server.Jobs.Tasks.TaskUpdated += new Tasks.DelegateOnTaskUpdated(Tasks_TaskUpdated); } void Tasks_TaskUpdated(ref Server server, JobClass j, TaskClass t) { Console.WriteLine(t.Stats.Result); }
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.25.5f415ed