OpsContextUpdateProgressRequest(String) Method |
Call when a progress request is active. Updates the message and increments the progress control by 1.
Namespace: Micros.OpsAssembly: Ops (in Ops.dll) Version: 19.8
Syntaxpublic void UpdateProgressRequest(
string message
)
Parameters
- message String
- The message to be displayed.
See Also