procedure Task_Is_Suspended ( ID : in RTEMS.ID; Result : out RTEMS.Status_Codes );
RTEMS.SUCCESSFUL - task is suspended
RTEMS.ALREADY_SUSPENDED - task is not suspended
RTEMS.INVALID_ID - task id invalid
RTEMS.ILLEGAL_ON_REMOTE_OBJECT - not supported on remote tasks
This directive returns a status code indicating whether or not the specified task is currently suspended.
This operation is not currently supported on remote tasks.
Copyright © 1988-2004 OAR Corporation