effect-io-ai

Package: effect
Module: Exit

Exit.isInterrupted

Returns true if the specified exit is a Failure and the Cause of the failure was due to interruption, false otherwise.

Signature

declare const isInterrupted: <A, E>(self: Exit<A, E>) => boolean

Source

Since v2.0.0