AGI Real-Time Framework 11 Send comments on this topic.
OnProcessorStop Method (IAgRtProcessEntitiesEvents)
See Also 
Sender
Windows






Windows & Linux

Description

The entity processor has been stopped.

Syntax

[Visual Basic .NET]
Public Sub OnProcessorStop( _
   ByVal Sender As IAgRtProcessEntities _
) 

[C#]
public void OnProcessorStop(
IAgRtProcessEntities Sender
);

[Managed C++]
public: void OnProcessorStop(
IAgRtProcessEntities ^ Sender
);

[Java]
public  onProcessorStop(
IAgRtProcessEntities Sender
);

[Unmanaged C++]
public: HRESULT OnProcessorStop(
IAgRtProcessEntities * Sender
);

Parameters

Sender

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface