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.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Keys Suspend(
	int milliseconds
)

Parameters

milliseconds  Int32
The duration in milliseconds for the suspension

Return Value

Keys
Key pressed by user to abort suspension or None if suspension completed or ended by a mouse click.

See Also