Processes

@native @JSGlobal("chrome.processes") @JSType
object Processes extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def getProcessIdForTab(tabId: Id, callback: Function1[Id, _]): Unit
def getProcessInfo(processIds: Array[Id], includeMemory: Boolean, callback: Function1[Map[Id, Process], _]): Unit
def terminate(processId: Id, callback: UndefOr[Function1[Boolean, _]]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val onCreated: Event[Function1[Process, _]]
val onExited: Event[Function3[Id, ExitType, UndefOr[Int], _]]
val onUnresponsive: Event[Function1[Process, _]]
val onUpdated: Event[Function1[Map[Id, Process], _]]
val onUpdatedWithMemory: Event[Function1[Map[Id, Process], _]]