Status 枚举

定义

public enum class Status
[System.Runtime.InteropServices.ComVisible(true)]
public enum Status
type Status = 
Public Enum Status
继承
Status
属性

字段

名称 说明
NotApplicable 0
Started 1
Stopped 2
PartiallyStarted 3

适用于