executionFailed property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? executionFailed
getter/setter pair

Is true if any execution in the integration failed.

False otherwise.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? executionFailed;