Public Member Functions | |
void | BeginCPUScheduling (in Manager man, in ScheduleParameters cs) raises (DuplicateScheduleParameter, InvalidScheduleParameter, MissingScheduleParameter) |
Begin CPU scheduling for this task with the given parameters. | |
void | EndCPUScheduling () |
End CPU scheduling for this task. | |
Public Attributes | |
readonly attribute string | Name |
The name of the task. |
|
Begin CPU scheduling for this task with the given parameters.
|
|
End CPU scheduling for this task.
|
|
The name of the task. Mostly useful for debugging. |