Package: effect Module: Exit
effect
Exit
Returns true if the specified exit is a Failure and the Cause of the failure was due to interruption, false otherwise.
true
Failure
Cause
false
Signature
declare const isInterrupted: <A, E>(self: Exit<A, E>) => boolean
Source
Since v2.0.0