Class ProgressEventArgs
Inheritance
System.Object
ProgressEventArgs
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ProgressEventArgs : CancelEventArgs
Constructors
ProgressEventArgs()
Declaration
public ProgressEventArgs()
Properties
PercentComplete
Declaration
public int PercentComplete { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StatusMessage
Declaration
public string StatusMessage { get; }
Property Value
| Type | Description |
|---|---|
| System.String |