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.
Public Shared Function GetNextExecutionTime(ByVal j As JobClass) As String If j.Stats.Active Then If j.Stats.DateNextExecution.Year = Date.MinValue.Year Then Return LangAPI.GetWord("Never") Else If ConnectionAPI.CurrentServer.On Then Return TimeAPI.GetDateAdjustedToTimeZoneString(ConnectionAPI.CurrentServer, j.Stats.DateNextExecution) Else Return LangAPI.GetWord("Server off") End If End If Else Return LangAPI.GetWord("Inactive") End If End Function
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.25.5f415ed