overwolf.extensions.getRunningState
Overwolf APIs / overwolf / overwolf / extensions / getRunningState
function getRunningState(
id: string,
callback: CallbackFunction<GetRunningStateResult>,
): void;
Gets the running state of an extension.
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The id of the extension to get updates for. |
callback | CallbackFunction<GetRunningStateResult> | The result of the request. |
Returns
void