IConfigScheduledProcess Interface
This interface is the abstraction of the concrete implementation by class ScheduledProcess.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public interface IConfigScheduledProcess
The IConfigScheduledProcess type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
AffinityMask |
See property AffinityMask. |
|
|
FileName |
See property FileName. |
|
|
IdealProcessor |
See property IdealProcessor. |
|
|
MSpaceInitialSize |
See property MSpaceInitialSize. |
|
|
MSpaceExpandSize |
See property MSpaceExpandSize. |
|
|
Parameters |
See property Parameters. |
|
|
ProcessID |
See property ProcessID. |
Methods
| Name | Description | |
|---|---|---|
|
|
Delete |
See method Delete. |
|
|
SetNewOrder |
See method SetNewOrder. |
See Also: