HelperPauseExecution Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic bool PauseExecution(
int interval,
bool isMillisec = false
)
Public Function PauseExecution (
interval As Integer,
Optional isMillisec As Boolean = false
) As Boolean
Parameters
- interval
- Type: SystemInt32
- isMillisec (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also