Batch v1 API - Class TaskStatus (2.7.0)

public sealed class TaskStatus : IMessage<TaskStatus>, IEquatable<TaskStatus>, IDeepCloneable<TaskStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1 API class TaskStatus.

Status of a task

Inheritance

object > TaskStatus

Namespace

Google.Cloud.Batch.V1

Assembly

Google.Cloud.Batch.V1.dll

Constructors

TaskStatus()

public TaskStatus()

TaskStatus(TaskStatus)

public TaskStatus(TaskStatus other)
Parameter
Name Description
other TaskStatus

Properties

State

public TaskStatus.Types.State State { get; set; }

Task state

Property Value
Type Description
TaskStatus Types State

StatusEvents

public RepeatedField<StatusEvent> StatusEvents { get; }

Detailed info about why the state is reached.

Property Value
Type Description
RepeatedField StatusEvent

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.