Interface IProgressMessenger
Namespace: Mediachase.Commerce.Shared
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
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 |
System.Int32 | percent | The current progress percent. |