ClockFunction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |