Class WindowsScheduledTaskTriggers
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the triggers on a Windows scheduled task.
public class WindowsScheduledTaskTriggers : BaseTypeSection
- Inheritance
-
WindowsScheduledTaskTriggers
Constructors
WindowsScheduledTaskTriggers()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsScheduledTaskTriggers class.
public WindowsScheduledTaskTriggers()
Properties
Items
Gets or sets the items in the collection.
public WindowsScheduledTaskTriggerCollection Items { get; set; }
Property Value
Remarks
The trigger is assigned a unique index value based on its position in the collection, as the triggers do not contain a unique identifier.
Methods
ToFullSummaryString()
Returns the triggers as a summary, one per line.
public string ToFullSummaryString()
Returns
- string
The triggers as a human readable string.
ToString()
Returns the triggers as a human readable string - for example "4 Triggers".
public override string ToString()
Returns
- string
The triggers as a human readable string.
ToSummaryString()
Returns the triggers as either the summary of the single trigger or "Multiple triggers defined" if multiple triggers are defined.
public string ToSummaryString()
Returns
- string
The triggers as a human readable string.