Pauses the graph context for a specific period of time

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 )

- period (Int32)
- The time, in milliseconds, to pause
- breakable (Boolean)
- A boolean value indicating whether the pause is breakable by the user

true if pausing was performed, false if pausing is disabled