Click or drag to resize

OpsContextUpdateProgressRequest(String) Method

Call when a progress request is active. Updates the message and increments the progress control by 1.

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public void UpdateProgressRequest(
	string message
)

Parameters

message  String
The message to be displayed.
See Also