IOperationServiceAddWarningMessage Method (String, NullableTimeSpan)iikoFront Api V3 Documentation
Shows non-modal warning message in the left top corner of the screen.

Namespace: Resto.Front.Api.V3
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void AddWarningMessage(
	string message,
	Nullable<TimeSpan> timeout
)

Parameters

message
Type: SystemString
The message text.
timeout
Type: SystemNullableTimeSpan
The message display timeout. If null, message will be shown until user manually closes it, else message will be automatically closed after the specified amount of time.
See Also

Reference