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

Class TaskDebugMessage

Reprents an IBackgroundTaskMessage with message type BackgroundTaskMessageType.Debug.

Inheritance
System.Object
TaskDebugMessage
Namespace: Mediachase.Commerce.BackgroundTasks
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class TaskDebugMessage : BackgroundTaskMessage, IBackgroundTaskMessage

Constructors

TaskDebugMessage(String, String, Int32, Int32, Int32, Int32)

Declaration
public TaskDebugMessage(string message, string stageName, int stageIndex, int stageCount, int stageProgress, int stageTotalProgress)
Parameters
Type Name Description
System.String message
System.String stageName
System.Int32 stageIndex
System.Int32 stageCount
System.Int32 stageProgress
System.Int32 stageTotalProgress

Implements