rtems_status_code rtems_task_is_suspended( rtems_id id );
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