cancelStatus

fnbool cancelStatus(ulong tid) @safe

Get the cancellation status of a thread.

Parameters

tidthe thread ID to check

Returns

true if the thread is under cancellation, false otherwise.

Throws

DarException if the status check fails.