Evento Status
SQL Server 2008 R2
Occurs when a running agent returns status information.
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
The Status event can be handled during synchronous agent execution to display agent status information in an application.
The Status event is handled by that AgentCore..::..StatusEventHandler delegate, which returns agent status information.
To handle the Status event, a Microsoft Visual Basic program must declare WithEvents of the appropriate type.