true if the thread is under cancellation.ThreadCancellation.isPending
bool isPending(ulong tid) @safeCheck if a thread has a pending cancellation request.
Parameters
tid | the thread ID to check |
Returns
Throws
DarException if the status check fails.