Class ConvertExternalPackageEventArgs
Encapsulates the data published by PackageConverted progress events.
Inheritance
System.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 |
|---|---|---|
| System.Int32 | progress | |
| System.String | statusMessage |
Properties
Progress
The progress of the package conversion.
Declaration
public int Progress { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
StatusMessage
Optional message describinh the current status.
Declaration
public string StatusMessage { get; }
Property Value
| Type | Description |
|---|---|
| System.String |