OpsContextStartProgressRequest Method |
Displays an asynchronous dialog box showing a title and message.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic void StartProgressRequest(
string title,
string message,
int span
)
Parameters
- title String
- The title of the request to be displayed.
- message String
- The message to be displayed.
- span Int32
- The span of the progress control. If 0 then no progress control will be displayed.
See Also