maybe property

bool maybe
final

If true Take does not automatically terminate the Saga on an End action. Instead all Sagas blocked on a take Effect will get the End object. Check TakeMaybe also.

Implementation

final bool maybe;