Get a customized tour of VisualCron's automation, integration, and task scheduling capabilities.
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, 2025 Version: 12.1.6.f748df8