xTaskAbortDelay is it interrupt safe?

Hi, I cant find any information regarding xTaskAbortDelay and if its interrupt safe on the website or in the reference manual. Any information will be greatly appreciated.

Thanks,
Jordan

Since it doesn’t end if “FromISR”, it should not be assumed to be usable inside an ISR, if that is what you mean by “interrupt safe”.

It is, thank you Richard