Class OperationMilestone
Indicates the current state of the operation.
Inheritance
System.Object
OperationMilestone
Namespace: Syncfusion.ComponentModel
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class OperationMilestone : Enum
Fields
Finished
The operation is finished.
Declaration
public const OperationMilestone Finished
Field Value
| Type |
|---|
| OperationMilestone |
Progress
The operation is in progress.
Declaration
public const OperationMilestone Progress
Field Value
| Type |
|---|
| OperationMilestone |
Start
The operation is starting.
Declaration
public const OperationMilestone Start
Field Value
| Type |
|---|
| OperationMilestone |