abortableOperationInProgress property

bool? abortableOperationInProgress
final

Indicates if there is an in-progress environment configuration update or application version deployment that you can cancel.

true: There is an update in progress.

false: There are no updates currently in progress.

Implementation

final bool? abortableOperationInProgress;