Get a customized tour of VisualCron's automation, integration, and task scheduling capabilities.
Dim wConn = New VisualCronAPI.Connection Using wClient = New VisualCronAPI.Client Dim wServer = wClient.Connect(wConn) For Each wjobs As VisualCron.JobClass In wServer.Jobs.GetAll() If wjobs.Group = "TEST" Then wServer.Jobs.DeActivate(wjobs.Name) wServer.Jobs.Remove(wjobs.Name) End If Next End Using
© SMA Technologies. All Rights Reserved, 2025 Version: 12.1.6.f748df8