public sealed class Task.Types.ExecutionStatus : IMessage<Task.Types.ExecutionStatus>, IEquatable<Task.Types.ExecutionStatus>, IDeepCloneable<Task.Types.ExecutionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.ExecutionStatus.
[[["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-25 UTC."],[[["The provided content details the `Task.Types.ExecutionStatus` class within the Google Cloud Dataplex v1 API, which represents the status of task executions."],["The `Task.Types.ExecutionStatus` class is implemented across various versions, ranging from 1.0.0 to the latest 3.6.0, with specific documentation links for each release."],["The class includes properties such as `LatestJob` and `UpdateTime`, providing details about the most recent job execution and the last status update time."],["The `ExecutionStatus` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the protocol buffer and .NET environments."],["There are two different constructors available for the class: a default constructor and one that takes another instance of `Task.Types.ExecutionStatus` as an input."]]],[]]