Package: effect Module: ChildExecutorDecision
effect
ChildExecutorDecision
Returns true if the specified ChildExecutorDecision is a Close, false otherwise.
true
Close
false
Signature
declare const isClose: (self: ChildExecutorDecision) => self is Close
Source
Since v2.0.0