public sealed class StopAirflowCommandResponse : IMessage<StopAirflowCommandResponse>, IEquatable<StopAirflowCommandResponse>, IDeepCloneable<StopAirflowCommandResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class StopAirflowCommandResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The document provides reference documentation for the `StopAirflowCommandResponse` class within the Cloud Composer v1 API, specifically for version 2.4.0."],["`StopAirflowCommandResponse` is a class that represents the response to a `StopAirflowCommandRequest`, which is used to stop Airflow execution, as implemented by several interfaces."],["The document outlines various versions of the API, ranging from 1.0.0 to 2.9.0, with 2.9.0 being the latest, alongside a class inheritance and the implementations done by the class."],["Key properties of the `StopAirflowCommandResponse` class include `IsDone`, a boolean to check if execution is still running, and `Output`, a collection of strings containing output messages."],["The class has two constructors, a default one and one that accepts another `StopAirflowCommandResponse` instance to copy."]]],[]]