ScheduledProcess.SetNewOrder Method

Moves the order of execution for this scheduled process object to a new position in the list.

NOTE: You must call Config.Subsystem.GetArrayOfScheduledProcesses() after calling this function to see the new order of execution.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public void SetNewOrder(
	int order
)

Parameters

order

The new order by which the scheduled process will be executed.

Type: IntervalZero.RTX64.ConfigScheduledProcess

Return Value

Type: Int32
See Also