共用方式為


ClockFunction Enum

Definition

Enumerates valid clock commands.

public enum ClockFunction
type ClockFunction = 
Public Enum ClockFunction
Inheritance
ClockFunction

Fields

Name Value Description
Start 1

Starts a clock display assigned to the given clockId.

Pause 2

Temporarily stops a clock from updating the display until a Resume is requested.

Resume 3

Resumes a clock that was previously paused, in such a way that display updates continue.

Move 4

Moves an instantiated clock to a new position.

Stop 5

Permanently stops the clock from updating the display, and the clockId becomes free.

Applies to