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
ProgressEventArgs
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
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 |
---|---|
int |
StatusMessage
Gets a message providing more detail about what is currently happening.
Declaration
public string StatusMessage { get; }
Property Value
Type | Description |
---|---|
string |