OpenTAP 9.25
API Reference
|
Defines a way for plugins to request input from the user. More...
Public Member Functions | |
void | RequestUserInput (object dataObject, TimeSpan Timeout, bool modal) |
The method called when the interface requests user input. More... | |
Defines a way for plugins to request input from the user.
void OpenTap.IUserInputInterface.RequestUserInput | ( | object | dataObject, |
TimeSpan | Timeout, | ||
bool | modal | ||
) |
The method called when the interface requests user input.
dataObject | The object the user should fill out with data. |
Timeout | How long the user should have. |
modal | True if a modal request is wanted |
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24