The default time delay before a mouse or keyboard action is performed.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
public int DefaultWorkInterval { get; set; }
public int DefaultWorkInterval { get; set; }
This property is set to 800 milliseconds by default. This value is used to insert a delay before each mouse or keyboard action.
This is to allow time for the system to perform the action before sending the next action. If this value is too low then the application
may not be in a state to receive the next action.