SilverScreen Solid Modeler

is_undo_suspended

is_undo_suspended

Previous topic Next topic  

is_undo_suspended

Previous topic Next topic JavaScript is required for the print function  

 

SilverScreenAPI

 

BOOLEAN is_undo_suspended ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The is_undo_suspended function determines if the undo system has been suspended (paused).

 

 

Parameters

none

 

 

Return Value

is_undo_suspended returns TRUE if the undo system has been suspended and FALSE otherwise.

 

 

Remarks

When the undo system is suspended commands, undo commands, and redo commands are not recorded.

 

 

See Also

is_undo_stopped, undo_suspend