Class WaitMS
A class that represents a VHI WaitMS command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class WaitMS : Command
Constructors
WaitMS(int)
Constructs a new WaitMS command.
Declaration
public WaitMS(int duration)
Parameters
Type | Name | Description |
---|---|---|
int | duration | the amount of time to wait in milliseconds. |
See Also
Properties
Duration
Gets the duration.
Declaration
public virtual int Duration { get; }
Property Value
Type | Description |
---|---|
int | the amount of time to wait in milliseconds |
See Also
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |