GithubCopilotSessionStatus enum

The status of the Copilot session.

Copilotのセッションの状態。

Inheritance
Available extensions

Values

none → const GithubCopilotSessionStatus

No session is running.

セッションが実行中ではありません。

unknown → const GithubCopilotSessionStatus

Unknown status.

不明な状態。

running → const GithubCopilotSessionStatus

A session is running.

セッションが実行中です。

completed → const GithubCopilotSessionStatus

A session is completed.

セッションが完了しました。

failed → const GithubCopilotSessionStatus

A session is failed.

セッションが失敗しました。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String status) GithubCopilotSessionStatus
Converts the Copilot session state from a string.

Constants

values → const List<GithubCopilotSessionStatus>
A constant List of the values in this enum, in order of their declaration.