IgnorePolicy
Additional policies that can be applied to components to control how the Service extension will treat them.
By default, any component whose class implements TegralService will be started and stopped when requested. Policies allow you to prevent this.
Entries
Components with this policy will not be started by the Services extension, but will be stopped on demand.
Components with this policy will not be stopped by the Services extension, but will be started on demand.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.