public sealed class 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."],[[["This document provides reference information for the `Task.Types.ExecutionStatus` class within the Google Cloud Dataplex V1 API, specifically focusing on version 2.2.0 but also listing versions ranging from 1.0.0 to 3.6.0."],["The `ExecutionStatus` class, used for tracking the status of task executions, is defined in the namespace `Google.Cloud.Dataplex.V1` and implemented in `Google.Cloud.Dataplex.V1.dll`."],["The document outlines the inheritance and implementation details of the `ExecutionStatus` class, including the interfaces it implements such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors, `ExecutionStatus()` and `ExecutionStatus(Task.Types.ExecutionStatus other)`, are available for creating instances of the class."],["The `ExecutionStatus` class has two properties: `LatestJob` which shows the latest job execution and `UpdateTime` which represents the last time the status was updated."]]],[]]