ScheduledProcess Class
This class provides read-only access to some attributes of the current machine, such as the hostname, amount of RAM, and the number of logical processors.
Inheritance Hierarchy
System.Object
IntervalZero.MaxRT.wRTOS.wRTOSObject
IntervalZero.MaxRT.wRTOS.Config.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 class ScheduledProcess : wRTOSObject,
IConfigScheduledProcess, IComparable<ScheduledProcess>, IDisposable
The ScheduledProcess class exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
The affinity mask for this ScheduledProcess |
|
|
|
Specifies whether this process will allocate the process external MSpace at process start. |
|
|
|
Full Path to the filename of the process to be started. This can also interact with search path so just a filename can work here if the directory it exists in is specified with search path. |
|
|
|
The Ideal processor for this ScheduledProcess |
|
|
|
True if the object has been disposed, false otherwise. (Inherited from wRTOSObject.) |
|
|
|
Get/set the MSpace initial size (in kilobytes) for the scheduled process. |
|
|
|
Get/set the MSpace expansion size (in kilobytes) for the scheduled process. |
|
|
|
||
|
|
This returns either the current or last known PID for this ScheduledProcess This is a read only property. |
Methods
| Name | Description | |
|---|---|---|
|
|
Sorts by the orderID i.e. the order in which they will be executed in |
|
|
|
Deletes this object from the registry. After being called this object is disposed. |
|
|
|
Dispose method. (Inherited from wRTOSObject.) |
|
|
|
Called when a property is changed (Inherited from wRTOSObject.) |
|
|
|
Moves the order of execution for this scheduled process object to a new position in the list. |
Events
| Name | Description | |
|---|---|---|
|
|
Event Fired when a property value is changed (Inherited from wRTOSObject.) |
See Also: