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.
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, 2024 Version: 11.1.25.5f415ed