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.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public void SetNewOrder(
int order
)
Parameters
order
Type: IntervalZero.MaxRT.wRTOS.Config.ScheduledProcess
The new order by which the scheduled process will be executed.
Return Value
Type: Int32
See Also: