Home |
RTKernel-32 Programming Manual Function RTKResume |
Function RTKResumeRTKResume is the counterpart of RTKSuspend. A task suspended by RTKSuspend can be reactivated using RTKResume. void RTKResume(RTKTaskHandle Handle); ParametersHandleReferences the task to reactivate. If the task is not suspended, RTKResume has no effect.
|