 | TriggerInfoNextRunInfo property |
Info text about the next trigger time:
for TimerTriggers a DateTime.Now.ToString();
other suitable information for other triggers.
Namespace: Vishnu.InterchangeAssembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic string? NextRunInfo { get; set; }
Public Property NextRunInfo As String
Get
Set
public:
property String^ NextRunInfo {
String^ get ();
void set (String^ value);
}
member NextRunInfo : string with get, set
Property value
String
See also