ScreenModifySetSetTimeout Method |
Sets whether or not this ScreenModify is supposed to set a timeout.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetSetTimeout(
bool setTimeout
)
Public Sub SetSetTimeout (
setTimeout As Boolean
)
public:
void SetSetTimeout(
bool setTimeout
)
member SetSetTimeout :
setTimeout : bool -> unit
Parameters
- setTimeout
- Type: SystemBoolean
Whether or not this message will set the timeout value.
See Also