Class CustomDelays
Custon Delays class enables delays to be Inserted in script
Inheritance
System.Object
CustomDelays
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.XA.Core.AutomationProject.ActionsXA.Utilities
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
public class CustomDelays
Methods
GiveYourDelay(Double)
Delays the Thread by Input amount of Seconds
Declaration
public void GiveYourDelay(double timeInSeconds)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | timeInSeconds | Delay in Seconds |