Subsystem.RemoveScheduledProcess Method

Removes a Process from the List of Scheduled Processes

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

Syntax
public void RemoveScheduledProcess(
	int order = -1
)

Parameters

order (Optional)
Type: SystemInt32
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

IConfigSubsystemRemoveScheduledProcess(Int32)
See Also