ServiceType
Windows service type flags.
A value is built from symbols, and every API taking one also accepts a bare symbol or an iterable of symbols in its place.
Example
Inherits from: Iterable[ServiceTypeFlag]
Implements: std.FlagSet[ServiceTypeFlag]
Fields
Methods
from_int value -> ServiceType
Builds a value from a native integer, preserving every bit including ones this type does not name.
Parameters
| Name | Type | Description |
|---|---|---|
value |
Int |
Native service type mask. |