Class ProgressEventArgs
Cancelable event args class for progress information callbacks during automatic task execution (see RunAutomaticTask(Guid[], String)) or during package-related operations (see CreateProjectPackage(Guid, String, String, ProjectPackageCreationOptions) and ImportReturnPackage(String)).
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
Gets a percentage value indicating how far the operation has progressed so far.
Declaration
public int PercentComplete { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StatusMessage
Gets a message providing more detail about what is currently happening.
Declaration
public string StatusMessage { get; }
Property Value
Type | Description |
---|---|
System.String |