ScheduledProcess Class |
Represents a real-time process to be started automatically when the RTX64 Subsystem starts.
Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)
The ScheduledProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| AffinityMask |
The affinity mask for this ScheduledProcess
| |
| AllocateProcessExtMSpaceAtStartup | Specifies whether this process will allocate the process external MSpace at process start. | |
| CreationTime |
Date and time the object was created.
(Inherited from RTX64Object.) | |
| FileName |
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.
| |
| IdealProcessor |
The Ideal processor for this ScheduledProcess
| |
| IsDisposed |
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.) | |
| MSpaceInitialSize | Get/set the MSpace initial size (in kilobytes) for the scheduled process. | |
| MSpaceExpandSize | Get/set the MSpace expansion size (in kilobytes) for the scheduled process. | |
| Name |
Name of the object.
(Inherited from RTX64Object.) | |
| Parameters | ||
| ProcessID |
This returns either the current or last known PID for this ScheduledProcess
This is a read only property.
| |
| UseLocalMemory |
Specifies whether this process will use Local Memory or not.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Sorts by the orderID i.e. the order in which they will be executed in
| |
| Delete |
Deletes this object from the registry. After being called this object is disposed.
| |
| Dispose |
Dispose method.
(Inherited from RTX64Object.) | |
| OnNotifyPropertyChanged |
Called when a property is changed
(Inherited from RTX64Object.) | |
| SetNewOrder | Moves the order of execution for this scheduled process object to a new position in the list. |
| Name | Description | |
|---|---|---|
| PropertyChanged |
Event Fired when a property value is changed
(Inherited from RTX64Object.) |