ContextSuspend(Int32) Method
Suspends the application for the specified duration. The display will be refreshed during the suspend.
Any keyboard input will terminate the suspension.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Keys Suspend(
int milliseconds
)
Public Function Suspend (
milliseconds As Integer
) As Keys
member Suspend :
milliseconds : int -> Keys
- milliseconds Int32
- The duration in milliseconds for the suspension
KeysKey pressed by user to abort suspension or
None if suspension completed or ended by a mouse click.