Click or drag to resize

ScreenModifySetTimeout Method

Sets the timeout value the Screen will be set to in seconds.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetTimeout(
	int timeoutValue
)

Parameters

timeoutValue
Type: SystemInt32
Timeout value in seconds.
See Also