Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a Windows 96 application class.

This class must be inherited to create an application, it's useless on its own.

Hierarchy

  • WApplication

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

prototype

Methods

execAsync

  • Execute the specified application instance asynchronously.

    Parameters

    Returns Promise<any>

kill

  • kill(appId: number, force: boolean): Promise<void>
  • Kills the specified process.

    Parameters

    • appId: number

      The id of the process/application to kill.

    • force: boolean

      Specifies whether to force the operation.

    Returns Promise<void>

Generated using TypeDoc