> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IXtfRunningProcessCallback

> IXtfRunningProcessCallback

# IXtfRunningProcessCallback

Proporciona una devolución de llamada que se llama cuando se encuentra un proceso en ejecución durante una operación de [IXtfConsoleControlClient::GetRunningProcesses](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getrunningprocesses).

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
class IXtfRunningProcessCallback : public IUnknown  
```

## Métodos

| Método                                                                                                                                           | Descripción                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------- |
| [OnFoundProcess](/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/methods/ixtfrunningprocesscallback_onfoundprocess) | Se llama cuando se encuentra un proceso en ejecución. |

<a id="requirements" />

## Requisitos

**Encabezado:** xtfconsolecontrol.h

**Biblioteca:** xtfconsolecontrol.lib

**Plataformas compatibles:** Windows (para herramientas de consola XBOX)

<a id="ID4E6" />

## Consulte también

<a id="ID4EBB" />

##### Referencia

[xtfconsolecontrol](/reference/tools/xtf/xtfconsolecontrol/xtfconsolecontrol_members)


## Related topics

- [IXtfRunningProcessCallback::OnFoundProcess](/es/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfRunningProcessCallback/methods/ixtfrunningprocesscallback_onfoundprocess.md)
- [IXtfConsoleControlClient::GetRunningProcesses](/es/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_getrunningprocesses.md)
- [XTFPROCESSINFO](/es/reference/tools/xtf/xtfconsolecontrol/structs/xtfprocessinfo.md)
- [XtfDebugStringCallback](/es/reference/tools/xtf/xtfapi/functions/xtfdebugstringcallback-xtfapi-xbox-windows-m.md)
- [IXtfDebugMonitorClient::Start (método)](/es/reference/tools/xtf/xtfdebugmonitor/classes/IXtfDebugMonitorClient/methods/start-ixtfdebugmonitorclient-xtfdebugmonitor-xbox-microsoft-m.md)
