PxTaskIdResetError()

Reset the last error of the object handle Task.

APPLIES TO

8.2.0

SYNOPSIS
PxError_t PxTaskIdResetError (PxTask_t *Task);
ARGUMENTS
Task

Pointer to the Task handle

RETURN VALUES
  • The last error of the object handle Task

DESCRIPTION

PxTaskIdResetError resets the last error of the object handle Task.

USAGE
#include "pxdef.h"

PxError_t err = PxTaskIdResetError(Task);