[This is preliminary documentation and is subject to change.]
The time to wait before performing all the newly added actions in the action queue after
the previously performed actions.
| C# | Visual Basic | Visual C++ |
public int Interval { get; set; }
Public Property Interval As Integer
public: property int Interval { int get (); void set (int value); }