Class TaskProgressEventArgs
Inheritance
System.Object
System.EventArgs
TaskProgressEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.AutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
public class TaskProgressEventArgs : EventArgs
Constructors
TaskProgressEventArgs(Int32, String)
Declaration
public TaskProgressEventArgs(int percentComplete, string currentOperationDescription = null)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | percentComplete | |
System.String | currentOperationDescription |
Properties
CurrentOperationDescription
Declaration
public string CurrentOperationDescription { get; }
Property Value
Type | Description |
---|---|
System.String |
PercentComplete
Declaration
public int PercentComplete { get; }
Property Value
Type | Description |
---|---|
System.Int32 |