ExecutionAttemptArguments public struct ExecutionAttemptArguments Documentation Code public int AttemptNumber { get; } public TimeSpan Duration { get; } public bool Handled { get; } public ExecutionAttemptArguments(int attemptNumber, TimeSpan duration, bool handled)