Subsystem.RemoveScheduledProcess Method
Removes a Process from the List of Scheduled Processes.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.0)
Syntax
public void RemoveScheduledProcess(
int order = -1
)
Parameters
order (Optional)
Type: System.Int32
Default = 0. if zero removes last process from list. Otherwise removes from the registry determined by the order you'v chosen. 1 first in the order.
Implements
IConfigSubsystem.RemoveScheduledProcess(Int32)
See Also: