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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1