A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IProgressMessenger

Namespace: Mediachase.Commerce.Shared
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface IProgressMessenger

Methods

AddProgressMessageText(String, Boolean, Int32)

Adds the progress message text.

Declaration
void AddProgressMessageText(string message, bool error, int percent)
Parameters
Type Name Description
System.String message

The message.

System.Boolean error

if set to true [error].

System.Int32 percent

The current progress percent.