Specifies whether the reminder should start external process when triggered.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool StartProcess { get; set; } |
Visual Basic Copy Code |
---|
Public Property StartProcess As Boolean |
true to start process, or false otherwise.