executorlib.standalone.interactive.arguments.check_exception_was_raised# executorlib.standalone.interactive.arguments.check_exception_was_raised(future_obj: Future) → bool[source]# Check if exception was raised by future object Parameters: future_obj (Future) – future object Returns: True if exception was raised, False otherwise Return type: bool