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

Link copied to clipboard

Components with this policy will not be started nor stopped by the Services extension.

Link copied to clipboard

Components with this policy will not be started by the Services extension, but will be stopped on demand.

Link copied to clipboard

Components with this policy will not be stopped by the Services extension, but will be started on demand.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard