Flexivert Library Documentation
Pause Method (period, breakable)
NamespacesFlexivert.UIIGraphContextPause(Int32, Boolean)
Pauses the graph context for a specific period of time
Declaration Syntax
C#Visual BasicVisual C++
bool Pause(
	int period,
	bool breakable
)
Function Pause ( _
	period As Integer, _
	breakable As Boolean _
) As Boolean
bool Pause(
	int period, 
	bool breakable
)
Parameters
period (Int32)
The time, in milliseconds, to pause
breakable (Boolean)
A boolean value indicating whether the pause is breakable by the user
Return Value
true if pausing was performed, false if pausing is disabled

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)