Click or drag to resize

OpsContextStartProgressRequest Method

Displays an asynchronous dialog box showing a title and message.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public void StartProgressRequest(
	string title,
	string message,
	int span
)

Parameters

title
Type: SystemString
The title of the request to be displayed.
message
Type: SystemString
The message to be displayed.
span
Type: SystemInt32
The span of the progress control. If 0 then no progress control will be displayed.
See Also