次の方法で共有


ProgramState 列挙型

定義

public enum ProgramState
type ProgramState = 
Public Enum ProgramState
継承
ProgramState

フィールド

名前 説明
Stopped 0
Starting 1
Running 2
Stopping 3

適用対象