TestCommandProgress クラス

定義

進行状況オブジェクトの基本クラス。

public abstract class TestCommandProgress
type TestCommandProgress = class
Public MustInherit Class TestCommandProgress
継承
TestCommandProgress
派生

注釈

このクラスは TestCommandProgressState を返します

コンストラクター

TestCommandProgress()

この API は Service Fabric プラットフォームをサポートしており、コードから呼び出すものではありません

プロパティ

State

アクションの現在の状態 (実行中、完了、エラー、または無効) を取得します。

メソッド

ToString()

State の文字列表現を返します。

適用対象