Click or drag to resize

RosWindowBasePauseUpdates Method

Pauses topic update. Note that device still produces topics, and when resumed the topics sall continue with the latest one.

Namespace:  Rubedos.RosToolsApplicationBase
Assembly:  Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntax
C#
public void PauseUpdates(
	bool pause
)

Parameters

pause
Type: SystemBoolean

[Missing <param name="pause"/> documentation for "M:Rubedos.RosToolsApplicationBase.RosWindowBase.PauseUpdates(System.Boolean)"]

See Also