Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the system process manager, which is responsible for managing all WApplication instances.

Hierarchy

  • ProcessManager

Index

Methods

getFromPid

  • Gets a process from process ID.

    Parameters

    • id: number

      The process ID to search for.

    Returns WApplicationInstance

getImageNames

  • getImageNames(): string[]
  • Gets all active image names.

    Returns string[]

getRunningProcesses

  • Gets all running processes.

    Returns WApplicationInstance[]

    The processes that are running.

quit

  • quit(id: string | number, force?: boolean): Promise<void>
  • Quits the specified process.

    Parameters

    • id: string | number

      The ID or name (title) of the process to quit.

    • Optional force: boolean

      Whether to use force. Default is false.

    Returns Promise<void>

Generated using TypeDoc