← Back to index
class PlatformSignal

Constructors

🔗
PlatformSignal()

Methods

🔗
register(): void

The register function registers signal listeners for each signal in the this.signals array.

🔗
unregister(): void

The unregister function removes all signal handlers and cleans up any test resources related to signals.

Constructors

🔗
PlatformSignal()

Methods

🔗
register(): void

The register function registers signal listeners for each signal in the this.signals array.

🔗
unregister(): void

The unregister function removes all signal handlers and cleans up any test resources related to signals.