IConfigScheduledProcess Interface

This interface is the abstraction of the concrete implementation by class ScheduledProcess.

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

Syntax
public interface IConfigScheduledProcess

The IConfigScheduledProcess type exposes the following members.

Properties
NameDescription
Public propertyAffinityMask
See property AffinityMask.
Public propertyFileName
See property FileName.
Public propertyIdealProcessor
See property IdealProcessor.
Public propertyParameters
See property Parameters.
Public propertyProcessID
See property ProcessID.
Public propertyUseLocalMemory
See property UseLocalMemory.
Top
Methods
NameDescription
Public methodDelete
See method Delete.
Top
See Also