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.
AddHandler serverObj.Processes.TaskProcessEnded, AddressOf RemoveTaskProcess Private Sub RemoveTaskProcess(ByRef server As Server, ByVal pc As VCTaskProcessClass) If InvokeRequired Then Dim d As New Processes.DelegateTaskProcessEnded(AddressOf RemoveTaskProcess) Dim obj(1) As Object obj(0) = server obj(1) = pc BeginInvoke(d, obj) Else RemoveTaskProcessRow(pc) End If End Sub
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.25.5f415ed