Methods

  • Activates the system process.

    Returns void

  • Closes the system process.

    Returns void

  • Returns the Window.

    Returns null | Window

  • Hides the system process.

    Returns void

  • Subscribes an event listener which fires when the system process has lost focus

    Parameters

    • callback: (() => void)

      A callback function to listen to the event

        • (): void
        • Returns void

    Returns EventSubscription

  • Subscribes an event listener which fires when the system process got closed

    Parameters

    • callback: (() => void)

      A callback function to listen to the event

        • (): void
        • Returns void

    Returns EventSubscription

  • Subscribes an event listener which fires when the system process has got focus

    Parameters

    • callback: (() => void)

      A callback function to listen to the event

        • (): void
        • Returns void

    Returns EventSubscription

Generated using TypeDoc