[This is preliminary documentation and is subject to change.]
Creates a new CommittedEventArgs.
| C# |
public CommittedEventArgs( Execution execution, ExecutionResult executionResult )
- execution (Execution)
- The execution which has just completed.
- executionResult (ExecutionResult)
- The result of the completed execution.