true if the thread is under cancellation, false otherwise.bool cancelStatus(ulong tid) @safeGet the cancellation status of a thread.
tid | the thread ID to check |
true if the thread is under cancellation, false otherwise.DarException if the status check fails.