Pauses the graph context for a specific period of time
Declaration Syntax
C# | Visual Basic | Visual 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