Table of Contents

Enum StopwatchType

Namespace
CMS.Plugin.FlowManagement.Abstractions.Enums
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll

计时类型

public enum StopwatchType

Fields

[Design("过程计时")] Common = 0

过程计时

[Design("重置计时")] Reset = 2

重置计时

[Design("重启计时")] Restart = 3

重启计时

[Design("开始计时")] Start = 1

开始计时

[Design("停止计时")] Stop = 4

停止计时