This action method advances the progress animation of an indeterminate progress animator by one step. (Deprecated in Mac OS X v10.5 and later.NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.)
Original signature is '- (void)animate:(id)sender'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.")] public virtual void Animate( Id sender )
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.")> _ Public Overridable Sub Animate ( _ sender As Id _ )
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. NSProgressIndicator no longer supports incrementing the animation using this method. Use the startAnimation: and stopAnimation: methods to perform animation of the progress indicator.")] public: virtual void Animate( Id^ sender )

- sender (Id)
- The object sending the message.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)