Subsystem.GetArrayOfScheduledProcesses Method |
Returns a list of ScheduledProcess Objects. This can be used to make changes to scheduledProcesses that have already been added.
NOTE: The order of the scheduled tasks is the order by which they will be executed. You can remove scheduled tasks by calling .Delete() on one of the objects returned in the list. This object becomes disposed and will throw an exception if any of its properties are referenced again. If another instance of this list exists and contains the object that was deleted from the other list it too will crash if any properties of the deleted are referenced.
Namespace: IntervalZero.RTX64.ConfigAssembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Return Value
Type: IConfigScheduledProcessA copy of the current list of ScheduledProcesses
Implements
IConfigSubsystemGetArrayOfScheduledProcesses