Class ConvertExternalPackageEventArgs
Encapsulates the data published by PackageConverted progress events.
Inheritance
Object
ConvertExternalPackageEventArgs
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Packaging
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ConvertExternalPackageEventArgs : CancelEventArgs
Constructors
ConvertExternalPackageEventArgs(Int32, String)
Instantiates a new object using the provided import statistics.
Declaration
public ConvertExternalPackageEventArgs(int progress, string statusMessage)
Parameters
Type | Name | Description |
---|---|---|
Int32 | progress | |
String | statusMessage |
Properties
Progress
The progress of the package conversion.
Declaration
public int Progress { get; }
Property Value
Type | Description |
---|---|
Int32 |
StatusMessage
Optional message describinh the current status.
Declaration
public string StatusMessage { get; }
Property Value
Type | Description |
---|---|
String |