Skip to content

1.0.3

Latest

Choose a tag to compare

@deminy deminy released this 22 Apr 17:33
· 1 commit to master since this release
1.0.3
1a9e21c

Added

  • Error handling control: New execution type system for closure error handling
    • EXECUTION_TYPE_STOP_ON_ERROR (default) — preserves existing behavior
    • EXECUTION_TYPE_CONTINUE_ON_ERROR — executes all closures; failures collected and thrown as
      [BackgroundProcessingFailedException]
    • setExecutionType() / getExecutionType() to configure the mode

Removed

  • Method BackgroundProcessing::reset() (was documented as internal test utility only)